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.lblPatient = new System.Windows.Forms.Label();
     this.cmbPickMonth = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.btnPrintPreview = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.dgReceipt = new CustomDataGrid.MyDataGrid();
     this.label3 = new System.Windows.Forms.Label();
     this.cmbPickYear = new System.Windows.Forms.ComboBox();
     this.btnShowAll = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dgReceipt)).BeginInit();
     this.SuspendLayout();
     //
     // lblPatient
     //
     this.lblPatient.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblPatient.Location = new System.Drawing.Point(8, 16);
     this.lblPatient.Name = "lblPatient";
     this.lblPatient.Size = new System.Drawing.Size(680, 24);
     this.lblPatient.TabIndex = 0;
     this.lblPatient.Text = "Skriv ut kvitto för ";
     //
     // cmbPickMonth
     //
     this.cmbPickMonth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPickMonth.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmbPickMonth.Location = new System.Drawing.Point(280, 104);
     this.cmbPickMonth.Name = "cmbPickMonth";
     this.cmbPickMonth.Size = new System.Drawing.Size(152, 24);
     this.cmbPickMonth.TabIndex = 5;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(208, 104);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(64, 24);
     this.label2.TabIndex = 2;
     this.label2.Text = "Månad";
     //
     // btnPrintPreview
     //
     this.btnPrintPreview.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnPrintPreview.Location = new System.Drawing.Point(16, 344);
     this.btnPrintPreview.Name = "btnPrintPreview";
     this.btnPrintPreview.Size = new System.Drawing.Size(168, 48);
     this.btnPrintPreview.TabIndex = 4;
     this.btnPrintPreview.Text = "Förhandsgranska...";
     this.btnPrintPreview.Click += new System.EventHandler(this.btnPrintPreview_Click);
     //
     // btnPrint
     //
     this.btnPrint.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnPrint.Location = new System.Drawing.Point(208, 344);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(160, 48);
     this.btnPrint.TabIndex = 1;
     this.btnPrint.Text = "Skriv ut kvitto...";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnCancel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(552, 344);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(112, 40);
     this.btnCancel.TabIndex = 6;
     this.btnCancel.Text = "Avbryt";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(24, 48);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(640, 56);
     this.label1.TabIndex = 8;
     this.label1.Text = @"Markera de besök som ska skrivas ut. Om alla besök ska skrivas ut behöver inga markeringar göras. För att avmarkera ett markerat besök, klicka bara på besöket igen. Välj ""Förhandsgranska"" för att titta på hur kvittot kommer att se ut på pappret. Välj ""Skriv ut kvitto"" för att skriva ut kvittot på papper.";
     //
     // dgReceipt
     //
     this.dgReceipt.CaptionFont = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dgReceipt.DataMember = "";
     this.dgReceipt.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dgReceipt.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgReceipt.Location = new System.Drawing.Point(8, 144);
     this.dgReceipt.Name = "dgReceipt";
     this.dgReceipt.ParentRowsVisible = false;
     this.dgReceipt.ReadOnly = true;
     this.dgReceipt.RowHeadersVisible = false;
     this.dgReceipt.Size = new System.Drawing.Size(688, 184);
     this.dgReceipt.TabIndex = 9;
     this.dgReceipt.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgReceipt_MouseUp);
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(24, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 24);
     this.label3.TabIndex = 10;
     this.label3.Text = "År";
     //
     // cmbPickYear
     //
     this.cmbPickYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPickYear.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmbPickYear.Location = new System.Drawing.Point(80, 104);
     this.cmbPickYear.Name = "cmbPickYear";
     this.cmbPickYear.Size = new System.Drawing.Size(96, 24);
     this.cmbPickYear.TabIndex = 11;
     //
     // btnShowAll
     //
     this.btnShowAll.Location = new System.Drawing.Point(528, 104);
     this.btnShowAll.Name = "btnShowAll";
     this.btnShowAll.Size = new System.Drawing.Size(104, 23);
     this.btnShowAll.TabIndex = 12;
     this.btnShowAll.Text = "VIsa alla besök";
     this.btnShowAll.Click += new System.EventHandler(this.btnShowAll_Click);
     //
     // PrintReceiptDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(712, 406);
     this.Controls.Add(this.btnShowAll);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cmbPickYear);
     this.Controls.Add(this.dgReceipt);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnPrintPreview);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cmbPickMonth);
     this.Controls.Add(this.lblPatient);
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(720, 440);
     this.MinimumSize = new System.Drawing.Size(720, 440);
     this.Name = "PrintReceiptDlg";
     this.Text = "Skriv ut kvitto";
     this.Load += new System.EventHandler(this.PrintReceiptDlg_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgReceipt)).EndInit();
     this.ResumeLayout(false);
 }
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();
     this.btnPrimulaRemove = new System.Windows.Forms.Button();
     this.btnPrimulaAdd = new System.Windows.Forms.Button();
     this.dgToPrimula = new CustomDataGrid.MyDataGrid();
     this.btnWritePrimula = new System.Windows.Forms.Button();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabToPrimula = new System.Windows.Forms.TabPage();
     this.lblNrofVisitsToPrimula = new System.Windows.Forms.Label();
     this.cmbPickMonthToPrimula = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabInPrimula = new System.Windows.Forms.TabPage();
     this.lblNrofVisitsInPrimula = new System.Windows.Forms.Label();
     this.cmbPickMonthInPrimula = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.dgInPrimula = new CustomDataGrid.MyDataGrid();
     this.btnClose = new System.Windows.Forms.Button();
     this.ttPrimulaRemove = new System.Windows.Forms.ToolTip(this.components);
     this.ttWritePrimula = new System.Windows.Forms.ToolTip(this.components);
     this.ttPrimulaAdd = new System.Windows.Forms.ToolTip(this.components);
     this.btnPrint = new System.Windows.Forms.Button();
     this.btnPrintPreview = new System.Windows.Forms.Button();
     this.helpProvider = new System.Windows.Forms.HelpProvider();
     ((System.ComponentModel.ISupportInitialize)(this.dgToPrimula)).BeginInit();
     this.tabControl.SuspendLayout();
     this.tabToPrimula.SuspendLayout();
     this.tabInPrimula.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgInPrimula)).BeginInit();
     this.SuspendLayout();
     //
     // btnPrimulaRemove
     //
     this.btnPrimulaRemove.Location = new System.Drawing.Point(648, 528);
     this.btnPrimulaRemove.Name = "btnPrimulaRemove";
     this.btnPrimulaRemove.Size = new System.Drawing.Size(136, 32);
     this.btnPrimulaRemove.TabIndex = 5;
     this.btnPrimulaRemove.Text = "Ta bort besök";
     this.btnPrimulaRemove.Click += new System.EventHandler(this.btnPrimulaRemove_Click);
     //
     // btnPrimulaAdd
     //
     this.btnPrimulaAdd.Location = new System.Drawing.Point(792, 528);
     this.btnPrimulaAdd.Name = "btnPrimulaAdd";
     this.btnPrimulaAdd.Size = new System.Drawing.Size(168, 40);
     this.btnPrimulaAdd.TabIndex = 4;
     this.btnPrimulaAdd.Text = "Lägg till markerat besök";
     this.btnPrimulaAdd.Click += new System.EventHandler(this.btnPrimulaAdd_Click);
     //
     // dgToPrimula
     //
     this.dgToPrimula.DataMember = "";
     this.dgToPrimula.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dgToPrimula.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.helpProvider.SetHelpString(this.dgToPrimula, @"De besök som ska skickas till Landstinget ses i den här fliken ([Besök som ska registreras]). Aktuell månad väljs automatiskt, en annan månad kan väljas längst ner i formuläret. Den här vyn kan användas för att få en överblick över de besök som ska in i Primula. Besök som inte ska skickas in (som kanske redan har skickats in) kan markeras och tas bort genom att klicka på knappen [Ta bort besök]. Då hamnar besöket i den andra fliken ([Besök som har registreras])");
     this.dgToPrimula.Location = new System.Drawing.Point(0, 8);
     this.dgToPrimula.Name = "dgToPrimula";
     this.dgToPrimula.ReadOnly = true;
     this.helpProvider.SetShowHelp(this.dgToPrimula, true);
     this.dgToPrimula.Size = new System.Drawing.Size(984, 440);
     this.dgToPrimula.TabIndex = 3;
     this.dgToPrimula.Tag = "toPrimula";
     this.dgToPrimula.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgToPrimula_MouseDown);
     this.dgToPrimula.SizeChanged += new System.EventHandler(this.dgToPrimula_SizeChanged);
     this.dgToPrimula.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgToPrimula_MouseUp);
     //
     // btnWritePrimula
     //
     this.btnWritePrimula.Location = new System.Drawing.Point(824, 528);
     this.btnWritePrimula.Name = "btnWritePrimula";
     this.btnWritePrimula.Size = new System.Drawing.Size(136, 32);
     this.btnWritePrimula.TabIndex = 6;
     this.btnWritePrimula.Text = "Skriv Primula fil";
     this.btnWritePrimula.Click += new System.EventHandler(this.btnWritePrimula_Click);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.tabToPrimula);
     this.tabControl.Controls.Add(this.tabInPrimula);
     this.tabControl.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tabControl.Location = new System.Drawing.Point(8, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(992, 608);
     this.tabControl.TabIndex = 8;
     this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
     //
     // tabToPrimula
     //
     this.tabToPrimula.Controls.Add(this.lblNrofVisitsToPrimula);
     this.tabToPrimula.Controls.Add(this.dgToPrimula);
     this.tabToPrimula.Controls.Add(this.btnPrimulaRemove);
     this.tabToPrimula.Controls.Add(this.btnWritePrimula);
     this.tabToPrimula.Controls.Add(this.cmbPickMonthToPrimula);
     this.tabToPrimula.Controls.Add(this.label1);
     this.tabToPrimula.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tabToPrimula.Location = new System.Drawing.Point(4, 27);
     this.tabToPrimula.Name = "tabToPrimula";
     this.tabToPrimula.Size = new System.Drawing.Size(984, 577);
     this.tabToPrimula.TabIndex = 0;
     this.tabToPrimula.Text = "Besök som ska registreras";
     //
     // lblNrofVisitsToPrimula
     //
     this.lblNrofVisitsToPrimula.Location = new System.Drawing.Point(16, 464);
     this.lblNrofVisitsToPrimula.Name = "lblNrofVisitsToPrimula";
     this.lblNrofVisitsToPrimula.Size = new System.Drawing.Size(712, 32);
     this.lblNrofVisitsToPrimula.TabIndex = 10;
     //
     // cmbPickMonthToPrimula
     //
     this.cmbPickMonthToPrimula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPickMonthToPrimula.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmbPickMonthToPrimula.Location = new System.Drawing.Point(344, 536);
     this.cmbPickMonthToPrimula.Name = "cmbPickMonthToPrimula";
     this.cmbPickMonthToPrimula.Size = new System.Drawing.Size(176, 26);
     this.cmbPickMonthToPrimula.TabIndex = 8;
     this.cmbPickMonthToPrimula.SelectedIndexChanged += new System.EventHandler(this.cmbPickMonthToPrimula_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(24, 536);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(312, 23);
     this.label1.TabIndex = 9;
     this.label1.Text = "Välj vilken månad som ska visas";
     //
     // tabInPrimula
     //
     this.tabInPrimula.BackColor = System.Drawing.SystemColors.Control;
     this.tabInPrimula.Controls.Add(this.lblNrofVisitsInPrimula);
     this.tabInPrimula.Controls.Add(this.cmbPickMonthInPrimula);
     this.tabInPrimula.Controls.Add(this.label2);
     this.tabInPrimula.Controls.Add(this.dgInPrimula);
     this.tabInPrimula.Controls.Add(this.btnPrimulaAdd);
     this.tabInPrimula.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tabInPrimula.Location = new System.Drawing.Point(4, 27);
     this.tabInPrimula.Name = "tabInPrimula";
     this.tabInPrimula.Size = new System.Drawing.Size(984, 577);
     this.tabInPrimula.TabIndex = 1;
     this.tabInPrimula.Text = "Besök som är registrerade";
     //
     // lblNrofVisitsInPrimula
     //
     this.lblNrofVisitsInPrimula.Location = new System.Drawing.Point(16, 464);
     this.lblNrofVisitsInPrimula.Name = "lblNrofVisitsInPrimula";
     this.lblNrofVisitsInPrimula.Size = new System.Drawing.Size(712, 32);
     this.lblNrofVisitsInPrimula.TabIndex = 12;
     //
     // cmbPickMonthInPrimula
     //
     this.cmbPickMonthInPrimula.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPickMonthInPrimula.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cmbPickMonthInPrimula.Location = new System.Drawing.Point(344, 536);
     this.cmbPickMonthInPrimula.Name = "cmbPickMonthInPrimula";
     this.cmbPickMonthInPrimula.Size = new System.Drawing.Size(176, 26);
     this.cmbPickMonthInPrimula.TabIndex = 10;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Arial Black", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(24, 536);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(312, 23);
     this.label2.TabIndex = 11;
     this.label2.Text = "Välj vilken månad som ska visas";
     //
     // dgInPrimula
     //
     this.dgInPrimula.DataMember = "";
     this.dgInPrimula.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dgInPrimula.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.helpProvider.SetHelpString(this.dgInPrimula, @"De besök som är skickade till Landstinget ses i den här fliken ([Besök som är registrerade]). Aktuell månad väljs automatiskt, en annan månad kan väljas längst ner i formuläret. Den här vyn kan användas för att jämföra med den sammanställning som Primula visar. Besök som måste registreras om (dvs. en ny Primula-fil med dessa besök ska genereras) kan markeras här. Genom att trycka på knappen [Lägg till besök] hamnar de i listan i den andra fliken ([Besök som ska registreras])");
     this.dgInPrimula.Location = new System.Drawing.Point(0, 8);
     this.dgInPrimula.Name = "dgInPrimula";
     this.dgInPrimula.ReadOnly = true;
     this.helpProvider.SetShowHelp(this.dgInPrimula, true);
     this.dgInPrimula.Size = new System.Drawing.Size(984, 440);
     this.dgInPrimula.TabIndex = 4;
     this.dgInPrimula.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgInPrimula_MouseDown);
     this.dgInPrimula.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgInPrimula_MouseUp);
     //
     // btnClose
     //
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnClose.Location = new System.Drawing.Point(840, 624);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(136, 32);
     this.btnClose.TabIndex = 7;
     this.btnClose.Text = "Stäng";
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(616, 616);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(136, 40);
     this.btnPrint.TabIndex = 9;
     this.btnPrint.Text = "Slrriv ut...";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnPrintPreview
     //
     this.btnPrintPreview.Location = new System.Drawing.Point(464, 616);
     this.btnPrintPreview.Name = "btnPrintPreview";
     this.btnPrintPreview.Size = new System.Drawing.Size(136, 40);
     this.btnPrintPreview.TabIndex = 10;
     this.btnPrintPreview.Text = "Förhandsgranska utskrift...";
     this.btnPrintPreview.Click += new System.EventHandler(this.btnPrintPreview_Click);
     //
     // Primula
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(1000, 666);
     this.Controls.Add(this.btnPrintPreview);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnPrint);
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(1008, 700);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(1008, 700);
     this.Name = "Primula";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Primula";
     this.Load += new System.EventHandler(this.Primula_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgToPrimula)).EndInit();
     this.tabControl.ResumeLayout(false);
     this.tabToPrimula.ResumeLayout(false);
     this.tabInPrimula.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgInPrimula)).EndInit();
     this.ResumeLayout(false);
 }
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();
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.menuFile = new System.Windows.Forms.MenuItem();
     this.menuClose = new System.Windows.Forms.MenuItem();
     this.menuTools = new System.Windows.Forms.MenuItem();
     this.menuSettings = new System.Windows.Forms.MenuItem();
     this.menuPrimula = new System.Windows.Forms.MenuItem();
     this.menuBackup = new System.Windows.Forms.MenuItem();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.menyAddDiagnosisNumber = new System.Windows.Forms.MenuItem();
     this.menuPrint = new System.Windows.Forms.MenuItem();
     this.menuPrintReciet = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuPreviewJournal = new System.Windows.Forms.MenuItem();
     this.menuPrintJournal = new System.Windows.Forms.MenuItem();
     this.menuHelp = new System.Windows.Forms.MenuItem();
     this.menuHelpcontents = new System.Windows.Forms.MenuItem();
     this.menuAbout = new System.Windows.Forms.MenuItem();
     this.tabJournal = new System.Windows.Forms.TabPage();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.btnPrintJournal = new System.Windows.Forms.Button();
     this.btnChangePatient = new System.Windows.Forms.Button();
     this.btnNewPatient = new System.Windows.Forms.Button();
     this.txtSearchPatient = new System.Windows.Forms.TextBox();
     this.dgPatients = new CustomDataGrid.MyDataGrid();
     this.dgNotes = new CustomDataGrid.MyDataGrid();
     this.btnSign = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.cmbShowFiltered = new System.Windows.Forms.ComboBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.btnNewNote = new System.Windows.Forms.Button();
     this.btnPrintReciet = new System.Windows.Forms.Button();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.btnClearSearchPatient = new System.Windows.Forms.Button();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.tabJournal.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgPatients)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgNotes)).BeginInit();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuFile,
     this.menuTools,
     this.menuPrint,
     this.menuHelp});
     //
     // menuFile
     //
     this.menuFile.Index = 0;
     this.menuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuClose});
     this.menuFile.Text = "Arkiv";
     //
     // menuClose
     //
     this.menuClose.Index = 0;
     this.menuClose.Text = "Avsluta";
     this.menuClose.Click += new System.EventHandler(this.menuClose_Click);
     //
     // menuTools
     //
     this.menuTools.Index = 1;
     this.menuTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuSettings,
     this.menuPrimula,
     this.menuBackup,
     this.menuItem1,
     this.menuItem2});
     this.menuTools.Text = "Verktyg";
     //
     // menuSettings
     //
     this.menuSettings.Index = 0;
     this.menuSettings.Text = "Inställningar...";
     this.menuSettings.Click += new System.EventHandler(this.menuSettings_Click);
     //
     // menuPrimula
     //
     this.menuPrimula.Index = 1;
     this.menuPrimula.Text = "Primula...";
     this.menuPrimula.Click += new System.EventHandler(this.menuPrimula_Click);
     //
     // menuBackup
     //
     this.menuBackup.Index = 2;
     this.menuBackup.Text = "Säkerhetskopiera...";
     this.menuBackup.Click += new System.EventHandler(this.menuBackup_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 3;
     this.menuItem1.Text = "Statistik...";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // menuItem2
     //
     this.menuItem2.Index = 4;
     this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menyAddDiagnosisNumber});
     this.menuItem2.Text = "Diagnosnummer";
     //
     // menyAddDiagnosisNumber
     //
     this.menyAddDiagnosisNumber.Index = 0;
     this.menyAddDiagnosisNumber.Text = "Lägg till...";
     this.menyAddDiagnosisNumber.Click += new System.EventHandler(this.menyAddDiagnosisNumber_Click);
     //
     // menuPrint
     //
     this.menuPrint.Index = 2;
     this.menuPrint.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuPrintReciet,
     this.menuItem5,
     this.menuPreviewJournal,
     this.menuPrintJournal});
     this.menuPrint.Text = "Utskrifter";
     //
     // menuPrintReciet
     //
     this.menuPrintReciet.Index = 0;
     this.menuPrintReciet.Text = "Skriv ut kvitto...";
     this.menuPrintReciet.Click += new System.EventHandler(this.menuPrintReciet_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 1;
     this.menuItem5.Text = "-";
     //
     // menuPreviewJournal
     //
     this.menuPreviewJournal.Index = 2;
     this.menuPreviewJournal.Text = "Förhandsgranska journal...";
     this.menuPreviewJournal.Click += new System.EventHandler(this.menuPreviewJournal_Click);
     //
     // menuPrintJournal
     //
     this.menuPrintJournal.Index = 3;
     this.menuPrintJournal.Text = "Skriv ut journal...";
     this.menuPrintJournal.Click += new System.EventHandler(this.menuPrintJournal_Click);
     //
     // menuHelp
     //
     this.menuHelp.Enabled = false;
     this.menuHelp.Index = 3;
     this.menuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.menuHelpcontents,
     this.menuAbout});
     this.menuHelp.Text = "Hjälp";
     //
     // menuHelpcontents
     //
     this.menuHelpcontents.Index = 0;
     this.menuHelpcontents.Text = "Hjälp";
     //
     // menuAbout
     //
     this.menuAbout.Index = 1;
     this.menuAbout.Text = "Om...";
     this.menuAbout.Click += new System.EventHandler(this.menuAbout_Click);
     //
     // tabJournal
     //
     this.tabJournal.BackColor = System.Drawing.Color.Gainsboro;
     this.tabJournal.Controls.Add(this.groupBox3);
     this.tabJournal.Controls.Add(this.txtSearchPatient);
     this.tabJournal.Controls.Add(this.dgPatients);
     this.tabJournal.Controls.Add(this.dgNotes);
     this.tabJournal.Controls.Add(this.btnSign);
     this.tabJournal.Controls.Add(this.groupBox4);
     this.tabJournal.Controls.Add(this.groupBox5);
     this.tabJournal.Controls.Add(this.groupBox6);
     this.tabJournal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabJournal.Location = new System.Drawing.Point(4, 27);
     this.tabJournal.Name = "tabJournal";
     this.tabJournal.Size = new System.Drawing.Size(968, 617);
     this.tabJournal.TabIndex = 1;
     this.tabJournal.Text = "Journalhantering";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.btnPrintJournal);
     this.groupBox3.Controls.Add(this.btnChangePatient);
     this.groupBox3.Controls.Add(this.btnNewPatient);
     this.groupBox3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(816, 24);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(144, 232);
     this.groupBox3.TabIndex = 15;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Hantera patienter";
     //
     // btnPrintJournal
     //
     this.btnPrintJournal.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrintJournal.Location = new System.Drawing.Point(16, 160);
     this.btnPrintJournal.Name = "btnPrintJournal";
     this.btnPrintJournal.Size = new System.Drawing.Size(120, 40);
     this.btnPrintJournal.TabIndex = 22;
     this.btnPrintJournal.Text = "Skriv ut journal...";
     this.btnPrintJournal.Click += new System.EventHandler(this.btnPrintJournal_Click);
     //
     // btnChangePatient
     //
     this.btnChangePatient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChangePatient.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnChangePatient.Location = new System.Drawing.Point(16, 104);
     this.btnChangePatient.Name = "btnChangePatient";
     this.btnChangePatient.Size = new System.Drawing.Size(120, 32);
     this.btnChangePatient.TabIndex = 12;
     this.btnChangePatient.Text = "Ändra upgift...";
     this.btnChangePatient.Click += new System.EventHandler(this.btnChangePatient_Click);
     //
     // btnNewPatient
     //
     this.btnNewPatient.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNewPatient.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewPatient.Location = new System.Drawing.Point(16, 48);
     this.btnNewPatient.Name = "btnNewPatient";
     this.btnNewPatient.Size = new System.Drawing.Size(120, 32);
     this.btnNewPatient.TabIndex = 11;
     this.btnNewPatient.Text = "Ny patient...";
     this.btnNewPatient.Click += new System.EventHandler(this.btnNewPatient_Click);
     //
     // txtSearchPatient
     //
     this.txtSearchPatient.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearchPatient.Location = new System.Drawing.Point(16, 304);
     this.txtSearchPatient.Name = "txtSearchPatient";
     this.txtSearchPatient.Size = new System.Drawing.Size(224, 26);
     this.txtSearchPatient.TabIndex = 10;
     this.txtSearchPatient.TextChanged += new System.EventHandler(this.txtSearchPatient_TextChanged);
     //
     // dgPatients
     //
     this.dgPatients.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dgPatients.DataMember = "";
     this.dgPatients.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgPatients.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgPatients.Location = new System.Drawing.Point(0, 0);
     this.dgPatients.Name = "dgPatients";
     this.dgPatients.ParentRowsVisible = false;
     this.dgPatients.ReadOnly = true;
     this.dgPatients.RowHeadersVisible = false;
     this.dgPatients.Size = new System.Drawing.Size(808, 272);
     this.dgPatients.TabIndex = 6;
     this.dgPatients.SizeChanged += new System.EventHandler(this.dgPatients_SizeChanged);
     this.dgPatients.DoubleClick += new System.EventHandler(this.dgPatients_DoubleClick);
     this.dgPatients.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgPatients_MouseDown);
     this.dgPatients.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgPatients_MouseUp);
     //
     // dgNotes
     //
     this.dgNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.dgNotes.DataMember = "";
     this.dgNotes.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgNotes.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgNotes.Location = new System.Drawing.Point(0, 344);
     this.dgNotes.Name = "dgNotes";
     this.dgNotes.ParentRowsVisible = false;
     this.dgNotes.ReadOnly = true;
     this.dgNotes.RowHeadersVisible = false;
     this.dgNotes.Size = new System.Drawing.Size(968, 280);
     this.dgNotes.TabIndex = 0;
     this.dgNotes.SizeChanged += new System.EventHandler(this.dgNotes_SizeChanged);
     this.dgNotes.DoubleClick += new System.EventHandler(this.dgNotes_DoubleClick);
     this.dgNotes.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgNotes_MouseDown);
     this.dgNotes.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgNotes_MouseUp);
     //
     // btnSign
     //
     this.btnSign.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSign.Location = new System.Drawing.Point(464, 296);
     this.btnSign.Name = "btnSign";
     this.btnSign.Size = new System.Drawing.Size(88, 32);
     this.btnSign.TabIndex = 1;
     this.btnSign.Text = "Signera";
     this.btnSign.Click += new System.EventHandler(this.btnSign_Click);
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.cmbShowFiltered);
     this.groupBox4.Location = new System.Drawing.Point(728, 280);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(232, 56);
     this.groupBox4.TabIndex = 18;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Filtrera anteckningar";
     //
     // cmbShowFiltered
     //
     this.cmbShowFiltered.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbShowFiltered.Location = new System.Drawing.Point(16, 24);
     this.cmbShowFiltered.Name = "cmbShowFiltered";
     this.cmbShowFiltered.Size = new System.Drawing.Size(200, 24);
     this.cmbShowFiltered.TabIndex = 0;
     this.cmbShowFiltered.Text = "Välj filter här...";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.btnNewNote);
     this.groupBox5.Controls.Add(this.btnPrintReciet);
     this.groupBox5.Location = new System.Drawing.Point(296, 280);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(416, 56);
     this.groupBox5.TabIndex = 19;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Hantera anteckningar";
     //
     // btnNewNote
     //
     this.btnNewNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.btnNewNote.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNewNote.Location = new System.Drawing.Point(24, 16);
     this.btnNewNote.Name = "btnNewNote";
     this.btnNewNote.Size = new System.Drawing.Size(136, 32);
     this.btnNewNote.TabIndex = 2;
     this.btnNewNote.Text = "Ny anteckning...";
     this.btnNewNote.Click += new System.EventHandler(this.btnNewNote_Click);
     //
     // btnPrintReciet
     //
     this.btnPrintReciet.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrintReciet.Location = new System.Drawing.Point(264, 16);
     this.btnPrintReciet.Name = "btnPrintReciet";
     this.btnPrintReciet.Size = new System.Drawing.Size(136, 32);
     this.btnPrintReciet.TabIndex = 21;
     this.btnPrintReciet.Text = "Skriv ut kvitto...";
     this.btnPrintReciet.Click += new System.EventHandler(this.btnPrintReciet_Click);
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.btnClearSearchPatient);
     this.groupBox6.Location = new System.Drawing.Point(8, 280);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(280, 56);
     this.groupBox6.TabIndex = 20;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Sök patient";
     //
     // btnClearSearchPatient
     //
     this.btnClearSearchPatient.Location = new System.Drawing.Point(248, 24);
     this.btnClearSearchPatient.Name = "btnClearSearchPatient";
     this.btnClearSearchPatient.Size = new System.Drawing.Size(24, 24);
     this.btnClearSearchPatient.TabIndex = 0;
     this.btnClearSearchPatient.Text = "---";
     this.btnClearSearchPatient.Click += new System.EventHandler(this.btnClearSearchPatient_Click);
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(this.tabJournal);
     this.tabControl.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl.ItemSize = new System.Drawing.Size(92, 23);
     this.tabControl.Location = new System.Drawing.Point(0, 0);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(976, 648);
     this.tabControl.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.Gainsboro;
     this.ClientSize = new System.Drawing.Size(976, 688);
     this.Controls.Add(this.tabControl);
     this.Menu = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(984, 722);
     this.Name = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Doris Ruberg REHAB AB";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tabJournal.ResumeLayout(false);
     this.tabJournal.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgPatients)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgNotes)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.ResumeLayout(false);
 }
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.treeView = new System.Windows.Forms.TreeView();
     this.txtNote = new System.Windows.Forms.TextBox();
     this.btnSaveNote = new System.Windows.Forms.Button();
     this.btnSign = new System.Windows.Forms.Button();
     this.btnChange = new System.Windows.Forms.Button();
     this.txtPersonnumber = new System.Windows.Forms.TextBox();
     this.txtFirstname = new System.Windows.Forms.TextBox();
     this.boxPatient = new System.Windows.Forms.GroupBox();
     this.lblPersonNumber = new System.Windows.Forms.Label();
     this.lblName = new System.Windows.Forms.Label();
     this.txtSurname = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtPatientFee = new System.Windows.Forms.TextBox();
     this.lblFreecardExpiry = new System.Windows.Forms.Label();
     this.grpVisitDate = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.dtpVisitTime = new System.Windows.Forms.DateTimePicker();
     this.dtpVisitDate = new System.Windows.Forms.DateTimePicker();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblCurrancy = new System.Windows.Forms.Label();
     this.grpDiagnosisNumber = new System.Windows.Forms.GroupBox();
     this.lstDiagnosis = new System.Windows.Forms.ListBox();
     this.label3 = new System.Windows.Forms.Label();
     this.btnRemoveDiagnosis = new System.Windows.Forms.Button();
     this.btnAddDiagnosis = new System.Windows.Forms.Button();
     this.txtDiagnosis = new System.Windows.Forms.TextBox();
     this.dgDiagnosis = new CustomDataGrid.MyDataGrid();
     this.cmbVisitType = new System.Windows.Forms.ComboBox();
     this.cmbPatientCharge = new System.Windows.Forms.ComboBox();
     this.lblVisitType = new System.Windows.Forms.Label();
     this.lblPatientFee = new System.Windows.Forms.Label();
     this.btnShowPreviousNotes = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.chkNoVisit = new System.Windows.Forms.CheckBox();
     this.txtNoVisitFee = new System.Windows.Forms.TextBox();
     this.lblNoVisitFee = new System.Windows.Forms.Label();
     this.btnDeleteNote = new System.Windows.Forms.Button();
     this.boxPatient.SuspendLayout();
     this.grpVisitDate.SuspendLayout();
     this.grpDiagnosisNumber.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDiagnosis)).BeginInit();
     this.SuspendLayout();
     //
     // treeView
     //
     this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeView.Location = new System.Drawing.Point(16, 240);
     this.treeView.Name = "treeView";
     this.treeView.Size = new System.Drawing.Size(168, 384);
     this.treeView.TabIndex = 0;
     this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
     //
     // txtNote
     //
     this.txtNote.AcceptsReturn = true;
     this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNote.Font = new System.Drawing.Font("Arial", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNote.Location = new System.Drawing.Point(192, 240);
     this.txtNote.Multiline = true;
     this.txtNote.Name = "txtNote";
     this.txtNote.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtNote.Size = new System.Drawing.Size(808, 384);
     this.txtNote.TabIndex = 3;
     this.txtNote.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtNote_MouseDown);
     this.txtNote.MouseUp += new System.Windows.Forms.MouseEventHandler(this.txtNote_MouseUp);
     //
     // btnSaveNote
     //
     this.btnSaveNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSaveNote.BackColor = System.Drawing.Color.Gainsboro;
     this.btnSaveNote.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnSaveNote.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSaveNote.Location = new System.Drawing.Point(808, 640);
     this.btnSaveNote.Name = "btnSaveNote";
     this.btnSaveNote.Size = new System.Drawing.Size(152, 32);
     this.btnSaveNote.TabIndex = 4;
     this.btnSaveNote.Text = "Spara och stäng";
     this.btnSaveNote.UseVisualStyleBackColor = false;
     this.btnSaveNote.Click += new System.EventHandler(this.btnSaveNote_Click);
     //
     // btnSign
     //
     this.btnSign.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSign.BackColor = System.Drawing.Color.Gainsboro;
     this.btnSign.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSign.Location = new System.Drawing.Point(440, 640);
     this.btnSign.Name = "btnSign";
     this.btnSign.Size = new System.Drawing.Size(152, 32);
     this.btnSign.TabIndex = 17;
     this.btnSign.Text = "Signera";
     this.btnSign.UseVisualStyleBackColor = false;
     this.btnSign.Click += new System.EventHandler(this.btnSign_Click);
     //
     // btnChange
     //
     this.btnChange.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.btnChange.BackColor = System.Drawing.Color.Gainsboro;
     this.btnChange.Location = new System.Drawing.Point(768, 24);
     this.btnChange.Name = "btnChange";
     this.btnChange.Size = new System.Drawing.Size(184, 24);
     this.btnChange.TabIndex = 0;
     this.btnChange.Text = "Visa/ändra patientuppgifter...";
     this.btnChange.UseVisualStyleBackColor = false;
     this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
     //
     // txtPersonnumber
     //
     this.txtPersonnumber.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.txtPersonnumber.Enabled = false;
     this.txtPersonnumber.Location = new System.Drawing.Point(616, 24);
     this.txtPersonnumber.MaxLength = 13;
     this.txtPersonnumber.Name = "txtPersonnumber";
     this.txtPersonnumber.Size = new System.Drawing.Size(104, 22);
     this.txtPersonnumber.TabIndex = 21;
     //
     // txtFirstname
     //
     this.txtFirstname.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.txtFirstname.Enabled = false;
     this.txtFirstname.Location = new System.Drawing.Point(328, 24);
     this.txtFirstname.Name = "txtFirstname";
     this.txtFirstname.Size = new System.Drawing.Size(152, 22);
     this.txtFirstname.TabIndex = 20;
     //
     // boxPatient
     //
     this.boxPatient.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.boxPatient.Controls.Add(this.lblPersonNumber);
     this.boxPatient.Controls.Add(this.lblName);
     this.boxPatient.Controls.Add(this.txtSurname);
     this.boxPatient.Controls.Add(this.label1);
     this.boxPatient.Controls.Add(this.txtPersonnumber);
     this.boxPatient.Controls.Add(this.txtFirstname);
     this.boxPatient.Controls.Add(this.btnChange);
     this.boxPatient.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.boxPatient.Location = new System.Drawing.Point(8, 8);
     this.boxPatient.Name = "boxPatient";
     this.boxPatient.Size = new System.Drawing.Size(992, 56);
     this.boxPatient.TabIndex = 22;
     this.boxPatient.TabStop = false;
     this.boxPatient.Text = "Patientuppgifter";
     //
     // lblPersonNumber
     //
     this.lblPersonNumber.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.lblPersonNumber.Location = new System.Drawing.Point(504, 24);
     this.lblPersonNumber.Name = "lblPersonNumber";
     this.lblPersonNumber.Size = new System.Drawing.Size(104, 24);
     this.lblPersonNumber.TabIndex = 11;
     this.lblPersonNumber.Text = "Personnummer";
     //
     // lblName
     //
     this.lblName.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.lblName.Location = new System.Drawing.Point(256, 24);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(64, 24);
     this.lblName.TabIndex = 9;
     this.lblName.Text = "Förnamn";
     //
     // txtSurname
     //
     this.txtSurname.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.txtSurname.Enabled = false;
     this.txtSurname.Location = new System.Drawing.Point(88, 24);
     this.txtSurname.Name = "txtSurname";
     this.txtSurname.Size = new System.Drawing.Size(152, 22);
     this.txtSurname.TabIndex = 20;
     //
     // label1
     //
     this.label1.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.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(72, 24);
     this.label1.TabIndex = 19;
     this.label1.Text = "Efternamn";
     //
     // txtPatientFee
     //
     this.txtPatientFee.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.txtPatientFee.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientFee.Location = new System.Drawing.Point(232, 152);
     this.txtPatientFee.Name = "txtPatientFee";
     this.txtPatientFee.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPatientFee.Size = new System.Drawing.Size(40, 22);
     this.txtPatientFee.TabIndex = 2;
     this.txtPatientFee.Text = "0";
     //
     // lblFreecardExpiry
     //
     this.lblFreecardExpiry.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.lblFreecardExpiry.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFreecardExpiry.Location = new System.Drawing.Point(184, 200);
     this.lblFreecardExpiry.Name = "lblFreecardExpiry";
     this.lblFreecardExpiry.Size = new System.Drawing.Size(136, 32);
     this.lblFreecardExpiry.TabIndex = 33;
     //
     // grpVisitDate
     //
     this.grpVisitDate.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.grpVisitDate.Controls.Add(this.label2);
     this.grpVisitDate.Controls.Add(this.dtpVisitTime);
     this.grpVisitDate.Controls.Add(this.dtpVisitDate);
     this.grpVisitDate.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpVisitDate.Location = new System.Drawing.Point(8, 80);
     this.grpVisitDate.Name = "grpVisitDate";
     this.grpVisitDate.Size = new System.Drawing.Size(256, 56);
     this.grpVisitDate.TabIndex = 35;
     this.grpVisitDate.TabStop = false;
     this.grpVisitDate.Text = "Datum och tidpunkt för besöket";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(120, 24);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 24);
     this.label2.TabIndex = 1;
     this.label2.Text = "klockan";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dtpVisitTime
     //
     this.dtpVisitTime.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.dtpVisitTime.CustomFormat = "HH:mm";
     this.dtpVisitTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpVisitTime.Location = new System.Drawing.Point(176, 24);
     this.dtpVisitTime.Name = "dtpVisitTime";
     this.dtpVisitTime.ShowUpDown = true;
     this.dtpVisitTime.Size = new System.Drawing.Size(64, 22);
     this.dtpVisitTime.TabIndex = 0;
     //
     // dtpVisitDate
     //
     this.dtpVisitDate.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.dtpVisitDate.CustomFormat = "yyyy-MM-d";
     this.dtpVisitDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpVisitDate.Location = new System.Drawing.Point(16, 24);
     this.dtpVisitDate.Name = "dtpVisitDate";
     this.dtpVisitDate.Size = new System.Drawing.Size(96, 22);
     this.dtpVisitDate.TabIndex = 0;
     //
     // label6
     //
     this.label6.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.label6.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label6.Location = new System.Drawing.Point(20, 16);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(100, 23);
     this.label6.TabIndex = 0;
     this.label6.Text = "klockan";
     //
     // label5
     //
     this.label5.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.label5.Location = new System.Drawing.Point(0, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 23);
     this.label5.TabIndex = 0;
     //
     // lblCurrancy
     //
     this.lblCurrancy.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.lblCurrancy.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCurrancy.Location = new System.Drawing.Point(280, 152);
     this.lblCurrancy.Name = "lblCurrancy";
     this.lblCurrancy.Size = new System.Drawing.Size(16, 16);
     this.lblCurrancy.TabIndex = 36;
     this.lblCurrancy.Text = "kr";
     //
     // grpDiagnosisNumber
     //
     this.grpDiagnosisNumber.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.grpDiagnosisNumber.Controls.Add(this.lstDiagnosis);
     this.grpDiagnosisNumber.Controls.Add(this.label3);
     this.grpDiagnosisNumber.Controls.Add(this.btnRemoveDiagnosis);
     this.grpDiagnosisNumber.Controls.Add(this.btnAddDiagnosis);
     this.grpDiagnosisNumber.Controls.Add(this.txtDiagnosis);
     this.grpDiagnosisNumber.Controls.Add(this.dgDiagnosis);
     this.grpDiagnosisNumber.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpDiagnosisNumber.Location = new System.Drawing.Point(320, 72);
     this.grpDiagnosisNumber.Name = "grpDiagnosisNumber";
     this.grpDiagnosisNumber.Size = new System.Drawing.Size(680, 168);
     this.grpDiagnosisNumber.TabIndex = 37;
     this.grpDiagnosisNumber.TabStop = false;
     this.grpDiagnosisNumber.Text = "Diagnosnummer";
     //
     // lstDiagnosis
     //
     this.lstDiagnosis.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.lstDiagnosis.ItemHeight = 16;
     this.lstDiagnosis.Location = new System.Drawing.Point(16, 24);
     this.lstDiagnosis.Name = "lstDiagnosis";
     this.lstDiagnosis.Size = new System.Drawing.Size(80, 116);
     this.lstDiagnosis.TabIndex = 35;
     //
     // label3
     //
     this.label3.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.label3.Location = new System.Drawing.Point(216, 136);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(32, 16);
     this.label3.TabIndex = 34;
     this.label3.Text = "Sök";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnRemoveDiagnosis
     //
     this.btnRemoveDiagnosis.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.btnRemoveDiagnosis.Location = new System.Drawing.Point(112, 80);
     this.btnRemoveDiagnosis.Name = "btnRemoveDiagnosis";
     this.btnRemoveDiagnosis.Size = new System.Drawing.Size(80, 24);
     this.btnRemoveDiagnosis.TabIndex = 5;
     this.btnRemoveDiagnosis.Text = "Ta bort ->";
     this.btnRemoveDiagnosis.Click += new System.EventHandler(this.btnRemoveDiagnosis_Click);
     //
     // btnAddDiagnosis
     //
     this.btnAddDiagnosis.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.btnAddDiagnosis.Location = new System.Drawing.Point(112, 40);
     this.btnAddDiagnosis.Name = "btnAddDiagnosis";
     this.btnAddDiagnosis.Size = new System.Drawing.Size(80, 24);
     this.btnAddDiagnosis.TabIndex = 4;
     this.btnAddDiagnosis.Text = "<- Lägg till";
     this.btnAddDiagnosis.Click += new System.EventHandler(this.btnAddDiagnosis_Click);
     //
     // txtDiagnosis
     //
     this.txtDiagnosis.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.txtDiagnosis.Location = new System.Drawing.Point(264, 136);
     this.txtDiagnosis.Name = "txtDiagnosis";
     this.txtDiagnosis.Size = new System.Drawing.Size(224, 22);
     this.txtDiagnosis.TabIndex = 1;
     this.txtDiagnosis.TextChanged += new System.EventHandler(this.txtDiagnosis_TextChanged);
     //
     // dgDiagnosis
     //
     this.dgDiagnosis.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.dgDiagnosis.CaptionVisible = false;
     this.dgDiagnosis.DataMember = "";
     this.dgDiagnosis.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dgDiagnosis.Location = new System.Drawing.Point(216, 16);
     this.dgDiagnosis.Name = "dgDiagnosis";
     this.dgDiagnosis.ParentRowsVisible = false;
     this.dgDiagnosis.ReadOnly = true;
     this.dgDiagnosis.RowHeadersVisible = false;
     this.dgDiagnosis.Size = new System.Drawing.Size(448, 112);
     this.dgDiagnosis.TabIndex = 0;
     this.dgDiagnosis.SizeChanged += new System.EventHandler(this.dgDiagnosis_SizeChanged);
     this.dgDiagnosis.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgDiagnosis_MouseUp);
     //
     // cmbVisitType
     //
     this.cmbVisitType.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.cmbVisitType.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbVisitType.Location = new System.Drawing.Point(16, 200);
     this.cmbVisitType.Name = "cmbVisitType";
     this.cmbVisitType.Size = new System.Drawing.Size(160, 24);
     this.cmbVisitType.TabIndex = 38;
     //
     // cmbPatientCharge
     //
     this.cmbPatientCharge.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.cmbPatientCharge.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbPatientCharge.Location = new System.Drawing.Point(16, 152);
     this.cmbPatientCharge.Name = "cmbPatientCharge";
     this.cmbPatientCharge.Size = new System.Drawing.Size(200, 24);
     this.cmbPatientCharge.TabIndex = 1;
     this.cmbPatientCharge.Text = "Välj betalning här";
     //
     // lblVisitType
     //
     this.lblVisitType.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.lblVisitType.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVisitType.Location = new System.Drawing.Point(16, 184);
     this.lblVisitType.Name = "lblVisitType";
     this.lblVisitType.Size = new System.Drawing.Size(104, 16);
     this.lblVisitType.TabIndex = 40;
     this.lblVisitType.Text = "Besökstyp";
     //
     // lblPatientFee
     //
     this.lblPatientFee.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.lblPatientFee.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPatientFee.Location = new System.Drawing.Point(16, 136);
     this.lblPatientFee.Name = "lblPatientFee";
     this.lblPatientFee.Size = new System.Drawing.Size(104, 16);
     this.lblPatientFee.TabIndex = 41;
     this.lblPatientFee.Text = "Patientavgift";
     //
     // btnShowPreviousNotes
     //
     this.btnShowPreviousNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnShowPreviousNotes.BackColor = System.Drawing.Color.Gainsboro;
     this.btnShowPreviousNotes.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnShowPreviousNotes.Location = new System.Drawing.Point(248, 640);
     this.btnShowPreviousNotes.Name = "btnShowPreviousNotes";
     this.btnShowPreviousNotes.Size = new System.Drawing.Size(160, 40);
     this.btnShowPreviousNotes.TabIndex = 42;
     this.btnShowPreviousNotes.Text = "Visa tidigare anteckningar";
     this.btnShowPreviousNotes.UseVisualStyleBackColor = false;
     this.btnShowPreviousNotes.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnShowPreviousNotes_MouseDown);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.BackColor = System.Drawing.Color.Gainsboro;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.Location = new System.Drawing.Point(808, 680);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(152, 32);
     this.btnCancel.TabIndex = 43;
     this.btnCancel.Text = "Avbryt";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // chkNoVisit
     //
     this.chkNoVisit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkNoVisit.Enabled = false;
     this.chkNoVisit.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkNoVisit.Location = new System.Drawing.Point(16, 200);
     this.chkNoVisit.Name = "chkNoVisit";
     this.chkNoVisit.Size = new System.Drawing.Size(200, 32);
     this.chkNoVisit.TabIndex = 44;
     this.chkNoVisit.Text = "Uteblivet besök";
     this.chkNoVisit.Visible = false;
     this.chkNoVisit.CheckedChanged += new System.EventHandler(this.chkNoVisit_CheckedChanged);
     //
     // txtNoVisitFee
     //
     this.txtNoVisitFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtNoVisitFee.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoVisitFee.Location = new System.Drawing.Point(232, 208);
     this.txtNoVisitFee.Name = "txtNoVisitFee";
     this.txtNoVisitFee.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtNoVisitFee.Size = new System.Drawing.Size(40, 22);
     this.txtNoVisitFee.TabIndex = 45;
     this.txtNoVisitFee.Text = "0";
     //
     // lblNoVisitFee
     //
     this.lblNoVisitFee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblNoVisitFee.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNoVisitFee.Location = new System.Drawing.Point(168, 200);
     this.lblNoVisitFee.Name = "lblNoVisitFee";
     this.lblNoVisitFee.Size = new System.Drawing.Size(56, 32);
     this.lblNoVisitFee.TabIndex = 46;
     this.lblNoVisitFee.Text = "Avgift:";
     this.lblNoVisitFee.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnDeleteNote
     //
     this.btnDeleteNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteNote.BackColor = System.Drawing.Color.Gainsboro;
     this.btnDeleteNote.Font = new System.Drawing.Font("Arial Black", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDeleteNote.Location = new System.Drawing.Point(56, 640);
     this.btnDeleteNote.Name = "btnDeleteNote";
     this.btnDeleteNote.Size = new System.Drawing.Size(160, 40);
     this.btnDeleteNote.TabIndex = 47;
     this.btnDeleteNote.Text = "Ta bort anteckningen";
     this.btnDeleteNote.UseVisualStyleBackColor = false;
     this.btnDeleteNote.Click += new System.EventHandler(this.btnDeleteNote_Click);
     //
     // Form3
     //
     this.AcceptButton = this.btnSaveNote;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.Color.Gainsboro;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(1016, 721);
     this.Controls.Add(this.btnDeleteNote);
     this.Controls.Add(this.lblNoVisitFee);
     this.Controls.Add(this.txtNoVisitFee);
     this.Controls.Add(this.txtPatientFee);
     this.Controls.Add(this.txtNote);
     this.Controls.Add(this.chkNoVisit);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnShowPreviousNotes);
     this.Controls.Add(this.lblPatientFee);
     this.Controls.Add(this.lblVisitType);
     this.Controls.Add(this.cmbPatientCharge);
     this.Controls.Add(this.cmbVisitType);
     this.Controls.Add(this.lblCurrancy);
     this.Controls.Add(this.lblFreecardExpiry);
     this.Controls.Add(this.btnSign);
     this.Controls.Add(this.btnSaveNote);
     this.Controls.Add(this.boxPatient);
     this.Controls.Add(this.treeView);
     this.Controls.Add(this.grpVisitDate);
     this.Controls.Add(this.grpDiagnosisNumber);
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(1024, 620);
     this.Name = "Form3";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Patientjournal";
     this.Load += new System.EventHandler(this.Form3_Load);
     this.boxPatient.ResumeLayout(false);
     this.boxPatient.PerformLayout();
     this.grpVisitDate.ResumeLayout(false);
     this.grpDiagnosisNumber.ResumeLayout(false);
     this.grpDiagnosisNumber.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDiagnosis)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }