176 lines
6.2 KiB
C#
176 lines
6.2 KiB
C#
namespace WinFormDiApp
|
|
{
|
|
partial class frmSearchData
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
btnClose = new Button();
|
|
lblHeader = new Label();
|
|
lblDateFrom = new Label();
|
|
dtpFrom = new DateTimePicker();
|
|
lblDateTo = new Label();
|
|
dtpTo = new DateTimePicker();
|
|
btnStartSearch = new Button();
|
|
flpPanel1 = new FlowLayoutPanel();
|
|
label1 = new Label();
|
|
txtSoekSumma = new TextBox();
|
|
SuspendLayout();
|
|
//
|
|
// btnClose
|
|
//
|
|
btnClose.Location = new Point(816, 577);
|
|
btnClose.Margin = new Padding(3, 4, 3, 4);
|
|
btnClose.Name = "btnClose";
|
|
btnClose.Size = new Size(86, 31);
|
|
btnClose.TabIndex = 0;
|
|
btnClose.Text = "Stäng";
|
|
btnClose.UseVisualStyleBackColor = true;
|
|
btnClose.Click += btnClose_Click;
|
|
//
|
|
// lblHeader
|
|
//
|
|
lblHeader.AutoSize = true;
|
|
lblHeader.Font = new Font("Segoe UI", 13F, FontStyle.Bold, GraphicsUnit.Point);
|
|
lblHeader.Location = new Point(24, 23);
|
|
lblHeader.Name = "lblHeader";
|
|
lblHeader.Size = new Size(271, 30);
|
|
lblHeader.TabIndex = 2;
|
|
lblHeader.Text = "Sök data mellan 2 datum";
|
|
//
|
|
// lblDateFrom
|
|
//
|
|
lblDateFrom.AutoSize = true;
|
|
lblDateFrom.Location = new Point(24, 87);
|
|
lblDateFrom.Name = "lblDateFrom";
|
|
lblDateFrom.Size = new Size(84, 20);
|
|
lblDateFrom.TabIndex = 3;
|
|
lblDateFrom.Text = "Från datum";
|
|
//
|
|
// dtpFrom
|
|
//
|
|
dtpFrom.Format = DateTimePickerFormat.Short;
|
|
dtpFrom.Location = new Point(109, 79);
|
|
dtpFrom.Margin = new Padding(3, 4, 3, 4);
|
|
dtpFrom.Name = "dtpFrom";
|
|
dtpFrom.Size = new Size(127, 27);
|
|
dtpFrom.TabIndex = 4;
|
|
//
|
|
// lblDateTo
|
|
//
|
|
lblDateTo.AutoSize = true;
|
|
lblDateTo.Location = new Point(266, 87);
|
|
lblDateTo.Name = "lblDateTo";
|
|
lblDateTo.Size = new Size(76, 20);
|
|
lblDateTo.TabIndex = 5;
|
|
lblDateTo.Text = "Till datum";
|
|
//
|
|
// dtpTo
|
|
//
|
|
dtpTo.Format = DateTimePickerFormat.Short;
|
|
dtpTo.Location = new Point(354, 79);
|
|
dtpTo.Margin = new Padding(3, 4, 3, 4);
|
|
dtpTo.Name = "dtpTo";
|
|
dtpTo.Size = new Size(114, 27);
|
|
dtpTo.TabIndex = 6;
|
|
//
|
|
// btnStartSearch
|
|
//
|
|
btnStartSearch.Location = new Point(506, 81);
|
|
btnStartSearch.Margin = new Padding(3, 4, 3, 4);
|
|
btnStartSearch.Name = "btnStartSearch";
|
|
btnStartSearch.Size = new Size(110, 31);
|
|
btnStartSearch.TabIndex = 7;
|
|
btnStartSearch.Text = "Starta sökning";
|
|
btnStartSearch.UseVisualStyleBackColor = true;
|
|
btnStartSearch.Click += btnStartSearch_Click;
|
|
//
|
|
// flpPanel1
|
|
//
|
|
flpPanel1.AutoScroll = true;
|
|
flpPanel1.BackColor = Color.Silver;
|
|
flpPanel1.Location = new Point(24, 136);
|
|
flpPanel1.Margin = new Padding(3, 4, 3, 4);
|
|
flpPanel1.Name = "flpPanel1";
|
|
flpPanel1.Size = new Size(763, 419);
|
|
flpPanel1.TabIndex = 8;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(287, 582);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(149, 20);
|
|
label1.TabIndex = 9;
|
|
label1.Text = "Totalt för sökt period";
|
|
//
|
|
// txtSoekSumma
|
|
//
|
|
txtSoekSumma.BackColor = SystemColors.ButtonHighlight;
|
|
txtSoekSumma.Font = new Font("Segoe UI", 14F, FontStyle.Bold, GraphicsUnit.Point);
|
|
txtSoekSumma.Location = new Point(453, 570);
|
|
txtSoekSumma.Name = "txtSoekSumma";
|
|
txtSoekSumma.ReadOnly = true;
|
|
txtSoekSumma.Size = new Size(210, 39);
|
|
txtSoekSumma.TabIndex = 10;
|
|
//
|
|
// frmSearchData
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(914, 621);
|
|
Controls.Add(txtSoekSumma);
|
|
Controls.Add(label1);
|
|
Controls.Add(flpPanel1);
|
|
Controls.Add(btnStartSearch);
|
|
Controls.Add(dtpTo);
|
|
Controls.Add(lblDateTo);
|
|
Controls.Add(dtpFrom);
|
|
Controls.Add(lblDateFrom);
|
|
Controls.Add(lblHeader);
|
|
Controls.Add(btnClose);
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "frmSearchData";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "frmSearchData";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button btnClose;
|
|
private Label lblHeader;
|
|
private Label lblDateFrom;
|
|
private DateTimePicker dtpFrom;
|
|
private Label lblDateTo;
|
|
private DateTimePicker dtpTo;
|
|
private Button btnStartSearch;
|
|
private FlowLayoutPanel flpPanel1;
|
|
private Label label1;
|
|
private TextBox txtSoekSumma;
|
|
}
|
|
} |