/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
     this._visitPractitioners = new ClearCanvas.Desktop.View.WinForms.TableView();
     this.SuspendLayout();
     //
     // _visitPractitioners
     //
     this._visitPractitioners.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._visitPractitioners.AutoSizeMode      = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this._visitPractitioners.Location          = new System.Drawing.Point(3, 3);
     this._visitPractitioners.MenuModel         = null;
     this._visitPractitioners.MultiLine         = true;
     this._visitPractitioners.Name              = "_visitPractitioners";
     this._visitPractitioners.ReadOnly          = false;
     this._visitPractitioners.Selection         = selection1;
     this._visitPractitioners.Size              = new System.Drawing.Size(144, 144);
     this._visitPractitioners.TabIndex          = 0;
     this._visitPractitioners.Table             = null;
     this._visitPractitioners.ToolbarModel      = null;
     this._visitPractitioners.SelectionChanged += new System.EventHandler(this._visitPractitioners_SelectionChanged);
     //
     // VisitPractitionersSummaryComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this._visitPractitioners);
     this.Name = "VisitPractitionersSummaryComponentControl";
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
            this._visitPractitioners = new ClearCanvas.Desktop.View.WinForms.TableView();
            this.SuspendLayout();
            // 
            // _visitPractitioners
            // 
            this._visitPractitioners.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._visitPractitioners.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this._visitPractitioners.Location = new System.Drawing.Point(3, 3);
            this._visitPractitioners.MenuModel = null;
            this._visitPractitioners.MultiLine = true;
            this._visitPractitioners.Name = "_visitPractitioners";
            this._visitPractitioners.ReadOnly = false;
            this._visitPractitioners.Selection = selection1;
            this._visitPractitioners.Size = new System.Drawing.Size(144, 144);
            this._visitPractitioners.TabIndex = 0;
            this._visitPractitioners.Table = null;
            this._visitPractitioners.ToolbarModel = null;
            this._visitPractitioners.SelectionChanged += new System.EventHandler(this._visitPractitioners_SelectionChanged);
            // 
            // VisitPractitionersSummaryComponentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.Controls.Add(this._visitPractitioners);
            this.Name = "VisitPractitionersSummaryComponentControl";
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection3 = new ClearCanvas.Desktop.Selection();
            this._shredCollectionTable = new ClearCanvas.Desktop.View.WinForms.TableView();
            this._toggleButton = new System.Windows.Forms.Button();
            this._shredHostGroupBox = new System.Windows.Forms.GroupBox();
            this._shredHostGroupBox.SuspendLayout();
            this.SuspendLayout();
            // 
            // _shredCollectionTable
            // 
            this._shredCollectionTable.Location = new System.Drawing.Point(4, 117);
            this._shredCollectionTable.Margin = new System.Windows.Forms.Padding(4);
            this._shredCollectionTable.MenuModel = null;
            this._shredCollectionTable.Name = "_shredCollectionTable";
            this._shredCollectionTable.ReadOnly = false;
            this._shredCollectionTable.Selection = selection3;
            this._shredCollectionTable.Size = new System.Drawing.Size(314, 250);
            this._shredCollectionTable.TabIndex = 2;
            this._shredCollectionTable.Table = null;
            this._shredCollectionTable.ToolbarModel = null;
            this._shredCollectionTable.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this._shredCollectionTable.ToolStripRightToLeft = System.Windows.Forms.RightToLeft.No;
            // 
            // _toggleButton
            // 
            this._toggleButton.Location = new System.Drawing.Point(6, 35);
            this._toggleButton.Name = "_toggleButton";
            this._toggleButton.Size = new System.Drawing.Size(299, 57);
            this._toggleButton.TabIndex = 1;
            this._toggleButton.Text = "Start/Stop";
            this._toggleButton.UseVisualStyleBackColor = true;
            // 
            // _shredHostGroupBox
            // 
            this._shredHostGroupBox.Controls.Add(this._toggleButton);
            this._shredHostGroupBox.Location = new System.Drawing.Point(6, 6);
            this._shredHostGroupBox.Name = "_shredHostGroupBox";
            this._shredHostGroupBox.Size = new System.Drawing.Size(311, 111);
            this._shredHostGroupBox.TabIndex = 3;
            this._shredHostGroupBox.TabStop = false;
            this._shredHostGroupBox.Text = "ShredHost";
            // 
            // ShredHostClientComponentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._shredHostGroupBox);
            this.Controls.Add(this._shredCollectionTable);
            this.Name = "ShredHostClientComponentControl";
            this.Size = new System.Drawing.Size(322, 371);
            this._shredHostGroupBox.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ClearCanvas.Desktop.Selection selection3 = new ClearCanvas.Desktop.Selection();
     this._shredCollectionTable = new ClearCanvas.Desktop.View.WinForms.TableView();
     this._toggleButton         = new System.Windows.Forms.Button();
     this._shredHostGroupBox    = new System.Windows.Forms.GroupBox();
     this._shredHostGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // _shredCollectionTable
     //
     this._shredCollectionTable.Location     = new System.Drawing.Point(4, 117);
     this._shredCollectionTable.Margin       = new System.Windows.Forms.Padding(4);
     this._shredCollectionTable.MenuModel    = null;
     this._shredCollectionTable.Name         = "_shredCollectionTable";
     this._shredCollectionTable.ReadOnly     = false;
     this._shredCollectionTable.Selection    = selection3;
     this._shredCollectionTable.Size         = new System.Drawing.Size(314, 250);
     this._shredCollectionTable.TabIndex     = 2;
     this._shredCollectionTable.Table        = null;
     this._shredCollectionTable.ToolbarModel = null;
     this._shredCollectionTable.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._shredCollectionTable.ToolStripRightToLeft      = System.Windows.Forms.RightToLeft.No;
     //
     // _toggleButton
     //
     this._toggleButton.Location = new System.Drawing.Point(6, 35);
     this._toggleButton.Name     = "_toggleButton";
     this._toggleButton.Size     = new System.Drawing.Size(299, 57);
     this._toggleButton.TabIndex = 1;
     this._toggleButton.Text     = "Start/Stop";
     this._toggleButton.UseVisualStyleBackColor = true;
     //
     // _shredHostGroupBox
     //
     this._shredHostGroupBox.Controls.Add(this._toggleButton);
     this._shredHostGroupBox.Location = new System.Drawing.Point(6, 6);
     this._shredHostGroupBox.Name     = "_shredHostGroupBox";
     this._shredHostGroupBox.Size     = new System.Drawing.Size(311, 111);
     this._shredHostGroupBox.TabIndex = 3;
     this._shredHostGroupBox.TabStop  = false;
     this._shredHostGroupBox.Text     = "ShredHost";
     //
     // ShredHostClientComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._shredHostGroupBox);
     this.Controls.Add(this._shredCollectionTable);
     this.Name = "ShredHostClientComponentControl";
     this.Size = new System.Drawing.Size(322, 371);
     this._shredHostGroupBox.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection2 = new ClearCanvas.Desktop.Selection();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this._noteCategories = new ClearCanvas.Desktop.View.WinForms.TableView();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Controls.Add(this._noteCategories, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(672, 254);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // _noteCategories
            // 
            this._noteCategories.Dock = System.Windows.Forms.DockStyle.Fill;
            this._noteCategories.Location = new System.Drawing.Point(3, 3);
            this._noteCategories.MenuModel = null;
            this._noteCategories.MultiSelect = true;
            this._noteCategories.Name = "_noteCategories";
            this._noteCategories.ReadOnly = false;
            this._noteCategories.Selection = selection2;
            this._noteCategories.Size = new System.Drawing.Size(666, 248);
            this._noteCategories.TabIndex = 0;
            this._noteCategories.Table = null;
            this._noteCategories.ToolbarModel = null;
            this._noteCategories.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this._noteCategories.Load += new System.EventHandler(this._noteCategories_Load);
            this._noteCategories.ItemDoubleClicked += new System.EventHandler(this._noteCategories_ItemDoubleClicked);
            // 
            // NoteCategorySummaryComponentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "NoteCategorySummaryComponentControl";
            this.Size = new System.Drawing.Size(672, 254);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
			ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
//			this._resultsTitleBar = new Crownwood.DotNetMagic.Controls.TitleBar();
			this._seriesTableView = new ClearCanvas.Desktop.View.WinForms.TableView();
			this.SuspendLayout();
			// 
			// _resultsTitleBar
			// 
            //this._resultsTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
            //this._resultsTitleBar.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            //this._resultsTitleBar.GradientColoring = Crownwood.DotNetMagic.Controls.GradientColoring.LightBackToDarkBack;
            //this._resultsTitleBar.Location = new System.Drawing.Point(0, 0);
            //this._resultsTitleBar.MouseOverColor = System.Drawing.Color.Empty;
            //this._resultsTitleBar.Name = "_resultsTitleBar";
            //this._resultsTitleBar.Size = new System.Drawing.Size(623, 30);
            //this._resultsTitleBar.Style = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
            //this._resultsTitleBar.TabIndex = 3;
            //this._resultsTitleBar.Text = "10 results found on server";
			// 
			// _seriesTableView
			// 
			this._seriesTableView.Dock = System.Windows.Forms.DockStyle.Fill;
			this._seriesTableView.Location = new System.Drawing.Point(0, 30);
			this._seriesTableView.MenuModel = null;
			this._seriesTableView.Name = "_seriesTableView";
			this._seriesTableView.ReadOnly = false;
			this._seriesTableView.Selection = selection1;
			//this._seriesTableView.Size = new System.Drawing.Size(623, 325);
            this._seriesTableView.Size = new System.Drawing.Size(623, 150);
			this._seriesTableView.TabIndex = 0;
			this._seriesTableView.Table = null;
			this._seriesTableView.ToolbarModel = null;
			// 
			// StudyBrowserControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.Controls.Add(this._seriesTableView);
//			this.Controls.Add(this._resultsTitleBar);
			this.Margin = new System.Windows.Forms.Padding(2);
			this.Name = "StudyBrowserControl";
			//this.Size = new System.Drawing.Size(623, 355);
            this.Size = new System.Drawing.Size(623, 155);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ClearCanvas.Desktop.Selection selection2 = new ClearCanvas.Desktop.Selection();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this._noteCategories   = new ClearCanvas.Desktop.View.WinForms.TableView();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this._noteCategories, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(672, 254);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // _noteCategories
     //
     this._noteCategories.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._noteCategories.Location     = new System.Drawing.Point(3, 3);
     this._noteCategories.MenuModel    = null;
     this._noteCategories.MultiSelect  = true;
     this._noteCategories.Name         = "_noteCategories";
     this._noteCategories.ReadOnly     = false;
     this._noteCategories.Selection    = selection2;
     this._noteCategories.Size         = new System.Drawing.Size(666, 248);
     this._noteCategories.TabIndex     = 0;
     this._noteCategories.Table        = null;
     this._noteCategories.ToolbarModel = null;
     this._noteCategories.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._noteCategories.Load += new System.EventHandler(this._noteCategories_Load);
     this._noteCategories.ItemDoubleClicked += new System.EventHandler(this._noteCategories_ItemDoubleClicked);
     //
     // NoteCategorySummaryComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "NoteCategorySummaryComponentControl";
     this.Size = new System.Drawing.Size(672, 254);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #8
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
//			this._resultsTitleBar = new Crownwood.DotNetMagic.Controls.TitleBar();
            this._seriesTableView = new ClearCanvas.Desktop.View.WinForms.TableView();
            this.SuspendLayout();
            //
            // _resultsTitleBar
            //
            //this._resultsTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
            //this._resultsTitleBar.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            //this._resultsTitleBar.GradientColoring = Crownwood.DotNetMagic.Controls.GradientColoring.LightBackToDarkBack;
            //this._resultsTitleBar.Location = new System.Drawing.Point(0, 0);
            //this._resultsTitleBar.MouseOverColor = System.Drawing.Color.Empty;
            //this._resultsTitleBar.Name = "_resultsTitleBar";
            //this._resultsTitleBar.Size = new System.Drawing.Size(623, 30);
            //this._resultsTitleBar.Style = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
            //this._resultsTitleBar.TabIndex = 3;
            //this._resultsTitleBar.Text = "10 results found on server";
            //
            // _seriesTableView
            //
            this._seriesTableView.Dock      = System.Windows.Forms.DockStyle.Fill;
            this._seriesTableView.Location  = new System.Drawing.Point(0, 30);
            this._seriesTableView.MenuModel = null;
            this._seriesTableView.Name      = "_seriesTableView";
            this._seriesTableView.ReadOnly  = false;
            this._seriesTableView.Selection = selection1;
            //this._seriesTableView.Size = new System.Drawing.Size(623, 325);
            this._seriesTableView.Size         = new System.Drawing.Size(623, 150);
            this._seriesTableView.TabIndex     = 0;
            this._seriesTableView.Table        = null;
            this._seriesTableView.ToolbarModel = null;
            //
            // StudyBrowserControl
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this._seriesTableView);
//			this.Controls.Add(this._resultsTitleBar);
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name   = "StudyBrowserControl";
            //this.Size = new System.Drawing.Size(623, 355);
            this.Size = new System.Drawing.Size(623, 155);
            this.ResumeLayout(false);
        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
            this._addressList = new ClearCanvas.Desktop.View.WinForms.TableView();
            this.SuspendLayout();
            // 
            // _addressList
            // 
            this._addressList.AutoSize = true;
            this._addressList.Dock = System.Windows.Forms.DockStyle.Fill;
            this._addressList.Location = new System.Drawing.Point(0, 0);
            this._addressList.Margin = new System.Windows.Forms.Padding(4, 4, 19, 4);
            this._addressList.MenuModel = null;
            this._addressList.MultiLine = true;
            this._addressList.MultiSelect = false;
            this._addressList.Name = "_addressList";
            this._addressList.ReadOnly = false;
            this._addressList.Selection = selection1;
            this._addressList.Size = new System.Drawing.Size(129, 118);
            this._addressList.TabIndex = 2;
            this._addressList.Table = null;
            this._addressList.ToolbarModel = null;
            this._addressList.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this._addressList.ItemDoubleClicked += new System.EventHandler(this._addressList_ItemDoubleClicked);
            // 
            // AddressesSummaryControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.Controls.Add(this._addressList);
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name = "AddressesSummaryControl";
            this.Size = new System.Drawing.Size(129, 118);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
     this._addressList = new ClearCanvas.Desktop.View.WinForms.TableView();
     this.SuspendLayout();
     //
     // _addressList
     //
     this._addressList.AutoSize     = true;
     this._addressList.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._addressList.Location     = new System.Drawing.Point(0, 0);
     this._addressList.Margin       = new System.Windows.Forms.Padding(4, 4, 19, 4);
     this._addressList.MenuModel    = null;
     this._addressList.MultiLine    = true;
     this._addressList.MultiSelect  = false;
     this._addressList.Name         = "_addressList";
     this._addressList.ReadOnly     = false;
     this._addressList.Selection    = selection1;
     this._addressList.Size         = new System.Drawing.Size(129, 118);
     this._addressList.TabIndex     = 2;
     this._addressList.Table        = null;
     this._addressList.ToolbarModel = null;
     this._addressList.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._addressList.ItemDoubleClicked        += new System.EventHandler(this._addressList_ItemDoubleClicked);
     //
     // AddressesSummaryControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this._addressList);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "AddressesSummaryControl";
     this.Size   = new System.Drawing.Size(129, 118);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
            this._followUpDate = new ClearCanvas.Desktop.View.WinForms.DateTimeField();
            this._comment = new ClearCanvas.Desktop.View.WinForms.TextAreaField();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this._addButton = new System.Windows.Forms.Button();
            this._patientInfo = new ClearCanvas.Desktop.View.WinForms.TextField();
            this._appointmentsTableView = new ClearCanvas.Desktop.View.WinForms.TableView();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // _followUpDate
            // 
            this._followUpDate.LabelText = "Follow up date";
            this._followUpDate.Location = new System.Drawing.Point(6, 142);
            this._followUpDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this._followUpDate.Maximum = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
            this._followUpDate.Minimum = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
            this._followUpDate.Name = "_followUpDate";
            this._followUpDate.Nullable = false;
            this._followUpDate.ShowTime = false;
            this._followUpDate.Size = new System.Drawing.Size(200, 50);
            this._followUpDate.TabIndex = 1;
            this._followUpDate.Value = null;
            // 
            // _comment
            // 
            this._comment.LabelText = "Comment";
            this._comment.Location = new System.Drawing.Point(6, 48);
            this._comment.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this._comment.Name = "_comment";
            this._comment.Size = new System.Drawing.Size(290, 76);
            this._comment.TabIndex = 2;
            this._comment.Value = null;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this._addButton);
            this.groupBox1.Controls.Add(this._comment);
            this.groupBox1.Controls.Add(this._followUpDate);
            this.groupBox1.Location = new System.Drawing.Point(3, 383);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(312, 218);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Follow-up";
            // 
            // _addButton
            // 
            this._addButton.Location = new System.Drawing.Point(221, 169);
            this._addButton.Name = "_addButton";
            this._addButton.Size = new System.Drawing.Size(75, 23);
            this._addButton.TabIndex = 3;
            this._addButton.Text = "Add";
            this._addButton.UseVisualStyleBackColor = true;
            this._addButton.Click += new System.EventHandler(this._addButton_Click);
            // 
            // _patientInfo
            // 
            this._patientInfo.LabelText = "Patient";
            this._patientInfo.Location = new System.Drawing.Point(9, 15);
            this._patientInfo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this._patientInfo.Mask = "";
            this._patientInfo.Name = "_patientInfo";
            this._patientInfo.ReadOnly = true;
            this._patientInfo.Size = new System.Drawing.Size(306, 50);
            this._patientInfo.TabIndex = 4;
            this._patientInfo.Value = null;
            // 
            // _appointmentsTableView
            // 
            this._appointmentsTableView.Location = new System.Drawing.Point(9, 82);
            this._appointmentsTableView.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this._appointmentsTableView.MenuModel = null;
            this._appointmentsTableView.Name = "_appointmentsTableView";
            this._appointmentsTableView.ReadOnly = false;
            this._appointmentsTableView.Selection = selection1;
            this._appointmentsTableView.Size = new System.Drawing.Size(306, 281);
            this._appointmentsTableView.TabIndex = 5;
            this._appointmentsTableView.Table = null;
            this._appointmentsTableView.ToolbarModel = null;
            this._appointmentsTableView.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this._appointmentsTableView.ToolStripRightToLeft = System.Windows.Forms.RightToLeft.No;
            // 
            // SchedulingComponentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this._appointmentsTableView);
            this.Controls.Add(this._patientInfo);
            this.Controls.Add(this.groupBox1);
            this.Name = "SchedulingComponentControl";
            this.Size = new System.Drawing.Size(325, 604);
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Beispiel #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
     this._followUpDate          = new ClearCanvas.Desktop.View.WinForms.DateTimeField();
     this._comment               = new ClearCanvas.Desktop.View.WinForms.TextAreaField();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this._addButton             = new System.Windows.Forms.Button();
     this._patientInfo           = new ClearCanvas.Desktop.View.WinForms.TextField();
     this._appointmentsTableView = new ClearCanvas.Desktop.View.WinForms.TableView();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // _followUpDate
     //
     this._followUpDate.LabelText = "Follow up date";
     this._followUpDate.Location  = new System.Drawing.Point(6, 142);
     this._followUpDate.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this._followUpDate.Maximum   = new System.DateTime(9998, 12, 31, 0, 0, 0, 0);
     this._followUpDate.Minimum   = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
     this._followUpDate.Name      = "_followUpDate";
     this._followUpDate.Nullable  = false;
     this._followUpDate.ShowTime  = false;
     this._followUpDate.Size      = new System.Drawing.Size(200, 50);
     this._followUpDate.TabIndex  = 1;
     this._followUpDate.Value     = null;
     //
     // _comment
     //
     this._comment.LabelText = "Comment";
     this._comment.Location  = new System.Drawing.Point(6, 48);
     this._comment.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this._comment.Name      = "_comment";
     this._comment.Size      = new System.Drawing.Size(290, 76);
     this._comment.TabIndex  = 2;
     this._comment.Value     = null;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this._addButton);
     this.groupBox1.Controls.Add(this._comment);
     this.groupBox1.Controls.Add(this._followUpDate);
     this.groupBox1.Location = new System.Drawing.Point(3, 383);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(312, 218);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Follow-up";
     //
     // _addButton
     //
     this._addButton.Location = new System.Drawing.Point(221, 169);
     this._addButton.Name     = "_addButton";
     this._addButton.Size     = new System.Drawing.Size(75, 23);
     this._addButton.TabIndex = 3;
     this._addButton.Text     = "Add";
     this._addButton.UseVisualStyleBackColor = true;
     this._addButton.Click += new System.EventHandler(this._addButton_Click);
     //
     // _patientInfo
     //
     this._patientInfo.LabelText = "Patient";
     this._patientInfo.Location  = new System.Drawing.Point(9, 15);
     this._patientInfo.Margin    = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this._patientInfo.Mask      = "";
     this._patientInfo.Name      = "_patientInfo";
     this._patientInfo.ReadOnly  = true;
     this._patientInfo.Size      = new System.Drawing.Size(306, 50);
     this._patientInfo.TabIndex  = 4;
     this._patientInfo.Value     = null;
     //
     // _appointmentsTableView
     //
     this._appointmentsTableView.Location     = new System.Drawing.Point(9, 82);
     this._appointmentsTableView.Margin       = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this._appointmentsTableView.MenuModel    = null;
     this._appointmentsTableView.Name         = "_appointmentsTableView";
     this._appointmentsTableView.ReadOnly     = false;
     this._appointmentsTableView.Selection    = selection1;
     this._appointmentsTableView.Size         = new System.Drawing.Size(306, 281);
     this._appointmentsTableView.TabIndex     = 5;
     this._appointmentsTableView.Table        = null;
     this._appointmentsTableView.ToolbarModel = null;
     this._appointmentsTableView.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._appointmentsTableView.ToolStripRightToLeft      = System.Windows.Forms.RightToLeft.No;
     //
     // SchedulingComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this._appointmentsTableView);
     this.Controls.Add(this._patientInfo);
     this.Controls.Add(this.groupBox1);
     this.Name = "SchedulingComponentControl";
     this.Size = new System.Drawing.Size(325, 604);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BiographyDocumentComponentControl));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this._documentList = new ClearCanvas.Desktop.View.WinForms.TableView();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel3 = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this._previewButton = new System.Windows.Forms.Button();
            this._category = new System.Windows.Forms.Label();
            this._reason = new ClearCanvas.Desktop.View.WinForms.TextField();
            this._institution = new ClearCanvas.Desktop.View.WinForms.TextField();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this._previewImage = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this._nextPageButton = new System.Windows.Forms.Button();
            this._prevPageButton = new System.Windows.Forms.Button();
            this._pageIndicator = new System.Windows.Forms.TextBox();
            this._printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
            this._documentDate = new ClearCanvas.Desktop.View.WinForms.TextField();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this._previewImage)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            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._documentList);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.AutoScroll = true;
            this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
            this.splitContainer1.Size = new System.Drawing.Size(853, 716);
            this.splitContainer1.SplitterDistance = 239;
            this.splitContainer1.TabIndex = 0;
            // 
            // _documentList
            // 
            this._documentList.Dock = System.Windows.Forms.DockStyle.Fill;
            this._documentList.Location = new System.Drawing.Point(0, 0);
            this._documentList.MenuModel = null;
            this._documentList.Name = "_documentList";
            this._documentList.ReadOnly = false;
            this._documentList.Selection = selection1;
            this._documentList.Size = new System.Drawing.Size(853, 239);
            this._documentList.TabIndex = 0;
            this._documentList.Table = null;
            this._documentList.ToolbarModel = null;
            this._documentList.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this._documentList.ToolStripRightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this._documentList.ItemDoubleClicked += new System.EventHandler(this._documentList_ItemDoubleClicked);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(853, 473);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this._documentDate);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Controls.Add(this._previewButton);
            this.panel3.Controls.Add(this._category);
            this.panel3.Controls.Add(this._reason);
            this.panel3.Controls.Add(this._institution);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(3, 3);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(394, 467);
            this.panel3.TabIndex = 6;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(4, 209);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(221, 13);
            this.label2.TabIndex = 58;
            this.label2.Text = "Created by John Smith on 5/4/2007 12:23pm";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 196);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(102, 13);
            this.label1.TabIndex = 57;
            this.label1.Text = "Document: 8 x 11 in";
            // 
            // _previewButton
            // 
            this._previewButton.Location = new System.Drawing.Point(7, 239);
            this._previewButton.Name = "_previewButton";
            this._previewButton.Size = new System.Drawing.Size(85, 23);
            this._previewButton.TabIndex = 55;
            this._previewButton.Text = "Preview";
            this._previewButton.UseVisualStyleBackColor = true;
            this._previewButton.Click += new System.EventHandler(this._previewButton_Click);
            // 
            // _category
            // 
            this._category.AutoSize = true;
            this._category.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._category.Location = new System.Drawing.Point(3, 15);
            this._category.Name = "_category";
            this._category.Size = new System.Drawing.Size(95, 23);
            this._category.TabIndex = 5;
            this._category.Text = "Category";
            // 
            // _reason
            // 
            this._reason.LabelText = "Reason:";
            this._reason.Location = new System.Drawing.Point(2, 139);
            this._reason.Margin = new System.Windows.Forms.Padding(2);
            this._reason.Mask = "";
            this._reason.Name = "_reason";
            this._reason.ReadOnly = true;
            this._reason.Size = new System.Drawing.Size(226, 41);
            this._reason.TabIndex = 6;
            this._reason.Value = null;
            // 
            // _institution
            // 
            this._institution.LabelText = "Institution:";
            this._institution.Location = new System.Drawing.Point(2, 49);
            this._institution.Margin = new System.Windows.Forms.Padding(2);
            this._institution.Mask = "";
            this._institution.Name = "_institution";
            this._institution.ReadOnly = true;
            this._institution.Size = new System.Drawing.Size(150, 41);
            this._institution.TabIndex = 0;
            this._institution.Value = null;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this._previewImage, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 1);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(403, 3);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 2;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.Size = new System.Drawing.Size(447, 467);
            this.tableLayoutPanel2.TabIndex = 7;
            // 
            // _previewImage
            // 
            this._previewImage.Dock = System.Windows.Forms.DockStyle.Fill;
            this._previewImage.Image = ((System.Drawing.Image)(resources.GetObject("_previewImage.Image")));
            this._previewImage.Location = new System.Drawing.Point(2, 2);
            this._previewImage.Margin = new System.Windows.Forms.Padding(2);
            this._previewImage.Name = "_previewImage";
            this._previewImage.Size = new System.Drawing.Size(443, 433);
            this._previewImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this._previewImage.TabIndex = 10;
            this._previewImage.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.panel1.Controls.Add(this._nextPageButton);
            this.panel1.Controls.Add(this._prevPageButton);
            this.panel1.Controls.Add(this._pageIndicator);
            this.panel1.Location = new System.Drawing.Point(178, 440);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(90, 24);
            this.panel1.TabIndex = 9;
            // 
            // _nextPageButton
            // 
            this._nextPageButton.Image = ((System.Drawing.Image)(resources.GetObject("_nextPageButton.Image")));
            this._nextPageButton.Location = new System.Drawing.Point(67, 1);
            this._nextPageButton.Margin = new System.Windows.Forms.Padding(1);
            this._nextPageButton.Name = "_nextPageButton";
            this._nextPageButton.Size = new System.Drawing.Size(21, 19);
            this._nextPageButton.TabIndex = 48;
            this._nextPageButton.UseVisualStyleBackColor = true;
            this._nextPageButton.Click += new System.EventHandler(this._nextPageButton_Click);
            // 
            // _prevPageButton
            // 
            this._prevPageButton.Image = ((System.Drawing.Image)(resources.GetObject("_prevPageButton.Image")));
            this._prevPageButton.Location = new System.Drawing.Point(1, 1);
            this._prevPageButton.Margin = new System.Windows.Forms.Padding(1);
            this._prevPageButton.Name = "_prevPageButton";
            this._prevPageButton.Size = new System.Drawing.Size(21, 19);
            this._prevPageButton.TabIndex = 47;
            this._prevPageButton.UseVisualStyleBackColor = true;
            this._prevPageButton.Click += new System.EventHandler(this._prevPageButton_Click);
            // 
            // _pageIndicator
            // 
            this._pageIndicator.Location = new System.Drawing.Point(24, 0);
            this._pageIndicator.Margin = new System.Windows.Forms.Padding(1);
            this._pageIndicator.Name = "_pageIndicator";
            this._pageIndicator.Size = new System.Drawing.Size(41, 20);
            this._pageIndicator.TabIndex = 46;
            this._pageIndicator.Text = "1 of 1";
            this._pageIndicator.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // _printPreviewDialog
            // 
            this._printPreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this._printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this._printPreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
            this._printPreviewDialog.Enabled = true;
            this._printPreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("_printPreviewDialog.Icon")));
            this._printPreviewDialog.Name = "_printPreviewDialog";
            this._printPreviewDialog.Visible = false;
            // 
            // _documentDate
            // 
            this._documentDate.LabelText = "Document Date:";
            this._documentDate.Location = new System.Drawing.Point(2, 94);
            this._documentDate.Margin = new System.Windows.Forms.Padding(2);
            this._documentDate.Mask = "";
            this._documentDate.Name = "_documentDate";
            this._documentDate.ReadOnly = true;
            this._documentDate.Size = new System.Drawing.Size(150, 41);
            this._documentDate.TabIndex = 59;
            this._documentDate.Value = null;
            // 
            // BiographyDocumentComponentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Name = "BiographyDocumentComponentControl";
            this.Size = new System.Drawing.Size(853, 716);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.tableLayoutPanel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this._previewImage)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }
Beispiel #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ClearCanvas.Desktop.Selection selection1 = new ClearCanvas.Desktop.Selection();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BiographyDocumentComponentControl));
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this._documentList       = new ClearCanvas.Desktop.View.WinForms.TableView();
     this.tableLayoutPanel1   = new System.Windows.Forms.TableLayoutPanel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this._previewButton      = new System.Windows.Forms.Button();
     this._category           = new System.Windows.Forms.Label();
     this._reason             = new ClearCanvas.Desktop.View.WinForms.TextField();
     this._institution        = new ClearCanvas.Desktop.View.WinForms.TextField();
     this.tableLayoutPanel2   = new System.Windows.Forms.TableLayoutPanel();
     this._previewImage       = new System.Windows.Forms.PictureBox();
     this.panel1              = new System.Windows.Forms.Panel();
     this._nextPageButton     = new System.Windows.Forms.Button();
     this._prevPageButton     = new System.Windows.Forms.Button();
     this._pageIndicator      = new System.Windows.Forms.TextBox();
     this._printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
     this._documentDate       = new ClearCanvas.Desktop.View.WinForms.TextField();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._previewImage)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     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._documentList);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.AutoScroll = true;
     this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel1);
     this.splitContainer1.Size             = new System.Drawing.Size(853, 716);
     this.splitContainer1.SplitterDistance = 239;
     this.splitContainer1.TabIndex         = 0;
     //
     // _documentList
     //
     this._documentList.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._documentList.Location     = new System.Drawing.Point(0, 0);
     this._documentList.MenuModel    = null;
     this._documentList.Name         = "_documentList";
     this._documentList.ReadOnly     = false;
     this._documentList.Selection    = selection1;
     this._documentList.Size         = new System.Drawing.Size(853, 239);
     this._documentList.TabIndex     = 0;
     this._documentList.Table        = null;
     this._documentList.ToolbarModel = null;
     this._documentList.ToolStripItemDisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._documentList.ToolStripRightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this._documentList.ItemDoubleClicked        += new System.EventHandler(this._documentList_ItemDoubleClicked);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(853, 473);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this._documentDate);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this._previewButton);
     this.panel3.Controls.Add(this._category);
     this.panel3.Controls.Add(this._reason);
     this.panel3.Controls.Add(this._institution);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(394, 467);
     this.panel3.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 209);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(221, 13);
     this.label2.TabIndex = 58;
     this.label2.Text     = "Created by John Smith on 5/4/2007 12:23pm";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 196);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(102, 13);
     this.label1.TabIndex = 57;
     this.label1.Text     = "Document: 8 x 11 in";
     //
     // _previewButton
     //
     this._previewButton.Location = new System.Drawing.Point(7, 239);
     this._previewButton.Name     = "_previewButton";
     this._previewButton.Size     = new System.Drawing.Size(85, 23);
     this._previewButton.TabIndex = 55;
     this._previewButton.Text     = "Preview";
     this._previewButton.UseVisualStyleBackColor = true;
     this._previewButton.Click += new System.EventHandler(this._previewButton_Click);
     //
     // _category
     //
     this._category.AutoSize = true;
     this._category.Font     = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._category.Location = new System.Drawing.Point(3, 15);
     this._category.Name     = "_category";
     this._category.Size     = new System.Drawing.Size(95, 23);
     this._category.TabIndex = 5;
     this._category.Text     = "Category";
     //
     // _reason
     //
     this._reason.LabelText = "Reason:";
     this._reason.Location  = new System.Drawing.Point(2, 139);
     this._reason.Margin    = new System.Windows.Forms.Padding(2);
     this._reason.Mask      = "";
     this._reason.Name      = "_reason";
     this._reason.ReadOnly  = true;
     this._reason.Size      = new System.Drawing.Size(226, 41);
     this._reason.TabIndex  = 6;
     this._reason.Value     = null;
     //
     // _institution
     //
     this._institution.LabelText = "Institution:";
     this._institution.Location  = new System.Drawing.Point(2, 49);
     this._institution.Margin    = new System.Windows.Forms.Padding(2);
     this._institution.Mask      = "";
     this._institution.Name      = "_institution";
     this._institution.ReadOnly  = true;
     this._institution.Size      = new System.Drawing.Size(150, 41);
     this._institution.TabIndex  = 0;
     this._institution.Value     = null;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this._previewImage, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(403, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(447, 467);
     this.tableLayoutPanel2.TabIndex = 7;
     //
     // _previewImage
     //
     this._previewImage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._previewImage.Image    = ((System.Drawing.Image)(resources.GetObject("_previewImage.Image")));
     this._previewImage.Location = new System.Drawing.Point(2, 2);
     this._previewImage.Margin   = new System.Windows.Forms.Padding(2);
     this._previewImage.Name     = "_previewImage";
     this._previewImage.Size     = new System.Drawing.Size(443, 433);
     this._previewImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this._previewImage.TabIndex = 10;
     this._previewImage.TabStop  = false;
     //
     // panel1
     //
     this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.panel1.Controls.Add(this._nextPageButton);
     this.panel1.Controls.Add(this._prevPageButton);
     this.panel1.Controls.Add(this._pageIndicator);
     this.panel1.Location = new System.Drawing.Point(178, 440);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(90, 24);
     this.panel1.TabIndex = 9;
     //
     // _nextPageButton
     //
     this._nextPageButton.Image    = ((System.Drawing.Image)(resources.GetObject("_nextPageButton.Image")));
     this._nextPageButton.Location = new System.Drawing.Point(67, 1);
     this._nextPageButton.Margin   = new System.Windows.Forms.Padding(1);
     this._nextPageButton.Name     = "_nextPageButton";
     this._nextPageButton.Size     = new System.Drawing.Size(21, 19);
     this._nextPageButton.TabIndex = 48;
     this._nextPageButton.UseVisualStyleBackColor = true;
     this._nextPageButton.Click += new System.EventHandler(this._nextPageButton_Click);
     //
     // _prevPageButton
     //
     this._prevPageButton.Image    = ((System.Drawing.Image)(resources.GetObject("_prevPageButton.Image")));
     this._prevPageButton.Location = new System.Drawing.Point(1, 1);
     this._prevPageButton.Margin   = new System.Windows.Forms.Padding(1);
     this._prevPageButton.Name     = "_prevPageButton";
     this._prevPageButton.Size     = new System.Drawing.Size(21, 19);
     this._prevPageButton.TabIndex = 47;
     this._prevPageButton.UseVisualStyleBackColor = true;
     this._prevPageButton.Click += new System.EventHandler(this._prevPageButton_Click);
     //
     // _pageIndicator
     //
     this._pageIndicator.Location  = new System.Drawing.Point(24, 0);
     this._pageIndicator.Margin    = new System.Windows.Forms.Padding(1);
     this._pageIndicator.Name      = "_pageIndicator";
     this._pageIndicator.Size      = new System.Drawing.Size(41, 20);
     this._pageIndicator.TabIndex  = 46;
     this._pageIndicator.Text      = "1 of 1";
     this._pageIndicator.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // _printPreviewDialog
     //
     this._printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this._printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this._printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this._printPreviewDialog.Enabled           = true;
     this._printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("_printPreviewDialog.Icon")));
     this._printPreviewDialog.Name    = "_printPreviewDialog";
     this._printPreviewDialog.Visible = false;
     //
     // _documentDate
     //
     this._documentDate.LabelText = "Document Date:";
     this._documentDate.Location  = new System.Drawing.Point(2, 94);
     this._documentDate.Margin    = new System.Windows.Forms.Padding(2);
     this._documentDate.Mask      = "";
     this._documentDate.Name      = "_documentDate";
     this._documentDate.ReadOnly  = true;
     this._documentDate.Size      = new System.Drawing.Size(150, 41);
     this._documentDate.TabIndex  = 59;
     this._documentDate.Value     = null;
     //
     // BiographyDocumentComponentControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Name = "BiographyDocumentComponentControl";
     this.Size = new System.Drawing.Size(853, 716);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._previewImage)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }