194 lines
9.5 KiB
C#
194 lines
9.5 KiB
C#
namespace VAR.Toolbox.UI.Tools.WorkLog
|
|
{
|
|
partial class FrmWorkLogSumary
|
|
{
|
|
/// <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()
|
|
{
|
|
this.lsbActivities = new VAR.Toolbox.Controls.ListBoxNormal();
|
|
this.lblDateStart = new System.Windows.Forms.Label();
|
|
this.btnSearch = new VAR.Toolbox.Controls.CButton();
|
|
this.btnClose = new VAR.Toolbox.Controls.CButton();
|
|
this.lblDateEnd = new System.Windows.Forms.Label();
|
|
this.lblTotalTime = new System.Windows.Forms.Label();
|
|
this.dtpStart = new VAR.Toolbox.Controls.CDateTimePicker();
|
|
this.dtpEnd = new VAR.Toolbox.Controls.CDateTimePicker();
|
|
this.chkOnlyGroups = new System.Windows.Forms.CheckBox();
|
|
this.txtActivity = new VAR.Toolbox.Controls.TextBoxNormal();
|
|
this.btnStats = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lsbActivities
|
|
//
|
|
this.lsbActivities.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.lsbActivities.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lsbActivities.FormattingEnabled = true;
|
|
this.lsbActivities.Location = new System.Drawing.Point(12, 113);
|
|
this.lsbActivities.Name = "lsbActivities";
|
|
this.lsbActivities.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
|
|
this.lsbActivities.Size = new System.Drawing.Size(393, 290);
|
|
this.lsbActivities.TabIndex = 0;
|
|
this.lsbActivities.SelectedIndexChanged += new System.EventHandler(this.lsbActivities_SelectedIndexChanged);
|
|
this.lsbActivities.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lsbActivities_KeyDown);
|
|
//
|
|
// lblDateStart
|
|
//
|
|
this.lblDateStart.Location = new System.Drawing.Point(12, 87);
|
|
this.lblDateStart.Name = "lblDateStart";
|
|
this.lblDateStart.Size = new System.Drawing.Size(186, 23);
|
|
this.lblDateStart.TabIndex = 1;
|
|
this.lblDateStart.Text = "label1";
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSearch.Location = new System.Drawing.Point(343, 12);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.Size = new System.Drawing.Size(62, 20);
|
|
this.btnSearch.TabIndex = 3;
|
|
this.btnSearch.Text = "Search";
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnClose.Location = new System.Drawing.Point(330, 413);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 4;
|
|
this.btnClose.Text = "Close";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// lblDateEnd
|
|
//
|
|
this.lblDateEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblDateEnd.Location = new System.Drawing.Point(234, 87);
|
|
this.lblDateEnd.Name = "lblDateEnd";
|
|
this.lblDateEnd.Size = new System.Drawing.Size(171, 23);
|
|
this.lblDateEnd.TabIndex = 5;
|
|
this.lblDateEnd.Text = "label2";
|
|
this.lblDateEnd.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// lblTotalTime
|
|
//
|
|
this.lblTotalTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.lblTotalTime.AutoSize = true;
|
|
this.lblTotalTime.Location = new System.Drawing.Point(12, 406);
|
|
this.lblTotalTime.Name = "lblTotalTime";
|
|
this.lblTotalTime.Size = new System.Drawing.Size(35, 13);
|
|
this.lblTotalTime.TabIndex = 6;
|
|
this.lblTotalTime.Text = "label1";
|
|
//
|
|
// dtpStart
|
|
//
|
|
this.dtpStart.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpStart.Location = new System.Drawing.Point(15, 38);
|
|
this.dtpStart.Name = "dtpStart";
|
|
this.dtpStart.Size = new System.Drawing.Size(141, 20);
|
|
this.dtpStart.TabIndex = 7;
|
|
//
|
|
// dtpEnd
|
|
//
|
|
this.dtpEnd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.dtpEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|
this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpEnd.Location = new System.Drawing.Point(264, 38);
|
|
this.dtpEnd.Name = "dtpEnd";
|
|
this.dtpEnd.Size = new System.Drawing.Size(141, 20);
|
|
this.dtpEnd.TabIndex = 8;
|
|
//
|
|
// chkOnlyGroups
|
|
//
|
|
this.chkOnlyGroups.AutoSize = true;
|
|
this.chkOnlyGroups.Location = new System.Drawing.Point(15, 64);
|
|
this.chkOnlyGroups.Name = "chkOnlyGroups";
|
|
this.chkOnlyGroups.Size = new System.Drawing.Size(81, 17);
|
|
this.chkOnlyGroups.TabIndex = 9;
|
|
this.chkOnlyGroups.Text = "OnlyGroups";
|
|
//
|
|
// txtActivity
|
|
//
|
|
this.txtActivity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtActivity.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.txtActivity.Location = new System.Drawing.Point(13, 415);
|
|
this.txtActivity.Name = "txtActivity";
|
|
this.txtActivity.Size = new System.Drawing.Size(251, 20);
|
|
this.txtActivity.TabIndex = 10;
|
|
//
|
|
// btnStats
|
|
//
|
|
this.btnStats.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnStats.Location = new System.Drawing.Point(270, 413);
|
|
this.btnStats.Name = "btnStats";
|
|
this.btnStats.Size = new System.Drawing.Size(54, 23);
|
|
this.btnStats.TabIndex = 11;
|
|
this.btnStats.Text = "Stats";
|
|
this.btnStats.UseVisualStyleBackColor = true;
|
|
this.btnStats.Click += new System.EventHandler(this.btnStats_Click);
|
|
//
|
|
// FrmWorkLogSumary
|
|
//
|
|
this.ClientSize = new System.Drawing.Size(417, 448);
|
|
this.Controls.Add(this.btnStats);
|
|
this.Controls.Add(this.txtActivity);
|
|
this.Controls.Add(this.chkOnlyGroups);
|
|
this.Controls.Add(this.dtpEnd);
|
|
this.Controls.Add(this.dtpStart);
|
|
this.Controls.Add(this.lblTotalTime);
|
|
this.Controls.Add(this.lblDateEnd);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.lblDateStart);
|
|
this.Controls.Add(this.lsbActivities);
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Name = "FrmWorkLogSumary";
|
|
this.Text = "WorkLogSumary";
|
|
this.Load += new System.EventHandler(this.FrmWorkLogStats_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private VAR.Toolbox.Controls.ListBoxNormal lsbActivities;
|
|
private System.Windows.Forms.Label lblDateStart;
|
|
private VAR.Toolbox.Controls.CButton btnSearch;
|
|
private VAR.Toolbox.Controls.CButton btnClose;
|
|
private System.Windows.Forms.Label lblDateEnd;
|
|
private System.Windows.Forms.Label lblTotalTime;
|
|
private VAR.Toolbox.Controls.CDateTimePicker dtpStart;
|
|
private VAR.Toolbox.Controls.CDateTimePicker dtpEnd;
|
|
private System.Windows.Forms.CheckBox chkOnlyGroups;
|
|
private VAR.Toolbox.Controls.TextBoxNormal txtActivity;
|
|
private System.Windows.Forms.Button btnStats;
|
|
}
|
|
} |