114 lines
3.7 KiB
C#
114 lines
3.7 KiB
C#
namespace LDBproject.AdditionalForms
|
|
{
|
|
partial class OrdersReportF
|
|
{
|
|
/// <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()
|
|
{
|
|
OkBtn = new Button();
|
|
FilePathTb = new TextBox();
|
|
ComboBoxB = new ComboBox();
|
|
BeginDTP = new DateTimePicker();
|
|
FinDTP = new DateTimePicker();
|
|
PathConfirmBtn = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// OkBtn
|
|
//
|
|
OkBtn.Location = new Point(49, 362);
|
|
OkBtn.Name = "OkBtn";
|
|
OkBtn.Size = new Size(513, 46);
|
|
OkBtn.TabIndex = 0;
|
|
OkBtn.Text = "Confirm";
|
|
OkBtn.UseVisualStyleBackColor = true;
|
|
OkBtn.Click += MakeReportBtn_Click;
|
|
//
|
|
// FilePathTb
|
|
//
|
|
FilePathTb.Location = new Point(49, 56);
|
|
FilePathTb.Name = "FilePathTb";
|
|
FilePathTb.Size = new Size(413, 39);
|
|
FilePathTb.TabIndex = 1;
|
|
//
|
|
// ComboBoxB
|
|
//
|
|
ComboBoxB.FormattingEnabled = true;
|
|
ComboBoxB.Location = new Point(49, 142);
|
|
ComboBoxB.Name = "ComboBoxB";
|
|
ComboBoxB.Size = new Size(513, 40);
|
|
ComboBoxB.TabIndex = 2;
|
|
//
|
|
// BeginDTP
|
|
//
|
|
BeginDTP.Location = new Point(49, 215);
|
|
BeginDTP.Name = "BeginDTP";
|
|
BeginDTP.Size = new Size(513, 39);
|
|
BeginDTP.TabIndex = 3;
|
|
//
|
|
// FinDTP
|
|
//
|
|
FinDTP.Location = new Point(49, 279);
|
|
FinDTP.Name = "FinDTP";
|
|
FinDTP.Size = new Size(513, 39);
|
|
FinDTP.TabIndex = 4;
|
|
//
|
|
// PathConfirmBtn
|
|
//
|
|
PathConfirmBtn.Location = new Point(477, 53);
|
|
PathConfirmBtn.Name = "PathConfirmBtn";
|
|
PathConfirmBtn.Size = new Size(85, 47);
|
|
PathConfirmBtn.TabIndex = 5;
|
|
PathConfirmBtn.Text = "../";
|
|
PathConfirmBtn.UseVisualStyleBackColor = true;
|
|
PathConfirmBtn.Click += SelectFilePathBtn_Click;
|
|
//
|
|
// CardsReportF
|
|
//
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(614, 452);
|
|
Controls.Add(PathConfirmBtn);
|
|
Controls.Add(FinDTP);
|
|
Controls.Add(BeginDTP);
|
|
Controls.Add(ComboBoxB);
|
|
Controls.Add(FilePathTb);
|
|
Controls.Add(OkBtn);
|
|
Name = "CardsReportF";
|
|
Text = "CardsReportF";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button OkBtn;
|
|
private TextBox FilePathTb;
|
|
private ComboBox ComboBoxB;
|
|
private DateTimePicker BeginDTP;
|
|
private DateTimePicker FinDTP;
|
|
private Button PathConfirmBtn;
|
|
}
|
|
} |