107 lines
3.4 KiB
C#
107 lines
3.4 KiB
C#
namespace LDBproject.AdditionalForms
|
|
{
|
|
partial class UpdReportF
|
|
{
|
|
/// <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()
|
|
{
|
|
button1 = new Button();
|
|
button2 = new Button();
|
|
UpdDTP = new DateTimePicker();
|
|
label = new Label();
|
|
FileNamelabel = new Label();
|
|
SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(41, 28);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(453, 46);
|
|
button1.TabIndex = 0;
|
|
button1.Text = "Choose file path";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += SelectFileNameBtn_Click;
|
|
//
|
|
// button2
|
|
//
|
|
button2.Location = new Point(41, 247);
|
|
button2.Name = "button2";
|
|
button2.Size = new Size(453, 46);
|
|
button2.TabIndex = 1;
|
|
button2.Text = "Ok";
|
|
button2.UseVisualStyleBackColor = true;
|
|
button2.Click += CreateBtn_Click;
|
|
//
|
|
// UpdDTP
|
|
//
|
|
UpdDTP.Location = new Point(73, 190);
|
|
UpdDTP.Name = "UpdDTP";
|
|
UpdDTP.Size = new Size(400, 39);
|
|
UpdDTP.TabIndex = 2;
|
|
//
|
|
// label
|
|
//
|
|
label.AutoSize = true;
|
|
label.Location = new Point(81, 141);
|
|
label.Name = "label";
|
|
label.Size = new Size(383, 32);
|
|
label.TabIndex = 3;
|
|
label.Text = "Check how much updates was on :";
|
|
//
|
|
// FileNamelabel
|
|
//
|
|
FileNamelabel.AutoSize = true;
|
|
FileNamelabel.Location = new Point(44, 79);
|
|
FileNamelabel.Name = "FileNamelabel";
|
|
FileNamelabel.Size = new Size(120, 32);
|
|
FileNamelabel.TabIndex = 4;
|
|
FileNamelabel.Text = "/file path/";
|
|
//
|
|
// UpdReport
|
|
//
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(543, 330);
|
|
Controls.Add(FileNamelabel);
|
|
Controls.Add(label);
|
|
Controls.Add(UpdDTP);
|
|
Controls.Add(button2);
|
|
Controls.Add(button1);
|
|
Name = "UpdReport";
|
|
Text = "UpdReport";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button button1;
|
|
private Button button2;
|
|
private DateTimePicker UpdDTP;
|
|
private Label label;
|
|
private Label FileNamelabel;
|
|
}
|
|
} |