namespace WinFormDiApp { partial class frmPayments { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { lvPayments = new ListView(); ch1_Id = new ColumnHeader(); ch2_Mottagare = new ColumnHeader(); ch3_Konto = new ColumnHeader(); ch4_Belopp = new ColumnHeader(); ch5_Förfallodag = new ColumnHeader(); ch6_Avisering = new ColumnHeader(); btnClose = new Button(); btnRensa = new Button(); txtSoekSumma = new TextBox(); lblTotal = new Label(); SuspendLayout(); // // lvPayments // lvPayments.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; lvPayments.BackColor = Color.FromArgb(192, 255, 255); lvPayments.Columns.AddRange(new ColumnHeader[] { ch1_Id, ch2_Mottagare, ch3_Konto, ch4_Belopp, ch5_Förfallodag, ch6_Avisering }); lvPayments.Location = new Point(32, 73); lvPayments.Margin = new Padding(3, 4, 3, 4); lvPayments.Name = "lvPayments"; lvPayments.Size = new Size(919, 380); lvPayments.TabIndex = 0; lvPayments.UseCompatibleStateImageBehavior = false; lvPayments.View = View.Details; lvPayments.ColumnClick += lvPayments_ColumnClick; // // ch1_Id // ch1_Id.Text = "Id"; // // ch2_Mottagare // ch2_Mottagare.Text = "Mottagare"; ch2_Mottagare.Width = 120; // // ch3_Konto // ch3_Konto.Text = "Konto"; ch3_Konto.Width = 100; // // ch4_Belopp // ch4_Belopp.Text = "Belopp"; ch4_Belopp.Width = 100; // // ch5_Förfallodag // ch5_Förfallodag.Text = "Förfallodag"; ch5_Förfallodag.Width = 100; // // ch6_Avisering // ch6_Avisering.Text = "Avisering"; ch6_Avisering.Width = 100; // // btnClose // btnClose.Location = new Point(866, 557); btnClose.Margin = new Padding(3, 4, 3, 4); btnClose.Name = "btnClose"; btnClose.Size = new Size(86, 31); btnClose.TabIndex = 1; btnClose.Text = "Stäng"; btnClose.UseVisualStyleBackColor = true; btnClose.Click += btnClose_Click; // // btnRensa // btnRensa.Location = new Point(766, 559); btnRensa.Name = "btnRensa"; btnRensa.Size = new Size(94, 29); btnRensa.TabIndex = 2; btnRensa.Text = "Rensa "; btnRensa.UseVisualStyleBackColor = true; btnRensa.Visible = false; btnRensa.Click += btnRensa_Click; // // txtSoekSumma // txtSoekSumma.BackColor = SystemColors.ButtonHighlight; txtSoekSumma.Font = new Font("Segoe UI", 14F, FontStyle.Bold, GraphicsUnit.Point); txtSoekSumma.Location = new Point(493, 472); txtSoekSumma.Name = "txtSoekSumma"; txtSoekSumma.ReadOnly = true; txtSoekSumma.Size = new Size(210, 39); txtSoekSumma.TabIndex = 12; txtSoekSumma.Visible = false; // // lblTotal // lblTotal.AutoSize = true; lblTotal.Location = new Point(325, 484); lblTotal.Name = "lblTotal"; lblTotal.Size = new Size(165, 20); lblTotal.TabIndex = 11; lblTotal.Text = "Totalt för visade poster:"; lblTotal.Visible = false; // // frmPayments // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(978, 604); Controls.Add(txtSoekSumma); Controls.Add(lblTotal); Controls.Add(btnRensa); Controls.Add(btnClose); Controls.Add(lvPayments); Margin = new Padding(3, 4, 3, 4); Name = "frmPayments"; StartPosition = FormStartPosition.CenterScreen; Text = "frmPayments"; Load += frmPayments_Load; Shown += frmPayments_Shown; ResumeLayout(false); PerformLayout(); } #endregion private ListView lvPayments; private ColumnHeader ch1_Id; private ColumnHeader ch2_Mottagare; private ColumnHeader ch3_Konto; private ColumnHeader ch4_Belopp; private ColumnHeader ch6_Avisering; private Button btnClose; private ColumnHeader ch5_Förfallodag; private Button btnRensa; private TextBox txtSoekSumma; private Label lblTotal; } }