133 lines
4.9 KiB
C#
133 lines
4.9 KiB
C#
namespace UI
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
lbltest = new Label();
|
|
lV_button1 = new CPM.LV_BUTTON();
|
|
lV_button2 = new CPM.LV_BUTTON();
|
|
lV_button3 = new CPM.LV_BUTTON();
|
|
SuspendLayout();
|
|
//
|
|
// lbltest
|
|
//
|
|
lbltest.AutoSize = true;
|
|
lbltest.Location = new Point(12, 9);
|
|
lbltest.Name = "lbltest";
|
|
lbltest.Size = new Size(38, 15);
|
|
lbltest.TabIndex = 0;
|
|
lbltest.Text = "label1";
|
|
//
|
|
// lV_button1
|
|
//
|
|
lV_button1.BackColor = Color.MediumSlateBlue;
|
|
lV_button1.BackgroundColor = Color.MediumSlateBlue;
|
|
lV_button1.BorderColor = Color.PaleVioletRed;
|
|
lV_button1.BorderRadius = 0;
|
|
lV_button1.BorderSize = 0;
|
|
lV_button1.ClickColor = Color.DarkBlue;
|
|
lV_button1.FlatAppearance.BorderSize = 0;
|
|
lV_button1.FlatStyle = FlatStyle.Flat;
|
|
lV_button1.ForeColor = Color.White;
|
|
lV_button1.HoverColor = Color.LightBlue;
|
|
lV_button1.Location = new Point(734, 12);
|
|
lV_button1.Name = "lV_button1";
|
|
lV_button1.Size = new Size(148, 32);
|
|
lV_button1.TabIndex = 1;
|
|
lV_button1.Text = "FrmConfigDB";
|
|
lV_button1.TextColor = Color.White;
|
|
lV_button1.UseVisualStyleBackColor = false;
|
|
lV_button1.Click += lV_button1_Click;
|
|
//
|
|
// lV_button2
|
|
//
|
|
lV_button2.BackColor = Color.MediumSlateBlue;
|
|
lV_button2.BackgroundColor = Color.MediumSlateBlue;
|
|
lV_button2.BorderColor = Color.PaleVioletRed;
|
|
lV_button2.BorderRadius = 0;
|
|
lV_button2.BorderSize = 0;
|
|
lV_button2.ClickColor = Color.DarkBlue;
|
|
lV_button2.FlatAppearance.BorderSize = 0;
|
|
lV_button2.FlatStyle = FlatStyle.Flat;
|
|
lV_button2.ForeColor = Color.White;
|
|
lV_button2.HoverColor = Color.LightBlue;
|
|
lV_button2.Location = new Point(734, 50);
|
|
lV_button2.Name = "lV_button2";
|
|
lV_button2.Size = new Size(148, 32);
|
|
lV_button2.TabIndex = 2;
|
|
lV_button2.Text = "Dashmain";
|
|
lV_button2.TextColor = Color.White;
|
|
lV_button2.UseVisualStyleBackColor = false;
|
|
lV_button2.Click += lV_button2_Click;
|
|
//
|
|
// lV_button3
|
|
//
|
|
lV_button3.BackColor = Color.MediumSlateBlue;
|
|
lV_button3.BackgroundColor = Color.MediumSlateBlue;
|
|
lV_button3.BorderColor = Color.PaleVioletRed;
|
|
lV_button3.BorderRadius = 0;
|
|
lV_button3.BorderSize = 0;
|
|
lV_button3.ClickColor = Color.DarkBlue;
|
|
lV_button3.FlatAppearance.BorderSize = 0;
|
|
lV_button3.FlatStyle = FlatStyle.Flat;
|
|
lV_button3.ForeColor = Color.White;
|
|
lV_button3.HoverColor = Color.LightBlue;
|
|
lV_button3.Location = new Point(734, 88);
|
|
lV_button3.Name = "lV_button3";
|
|
lV_button3.Size = new Size(148, 32);
|
|
lV_button3.TabIndex = 3;
|
|
lV_button3.Text = "Arquivo Encryptado";
|
|
lV_button3.TextColor = Color.White;
|
|
lV_button3.UseVisualStyleBackColor = false;
|
|
lV_button3.Click += lV_button3_Click;
|
|
//
|
|
// Form1
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(894, 474);
|
|
Controls.Add(lV_button3);
|
|
Controls.Add(lV_button2);
|
|
Controls.Add(lV_button1);
|
|
Controls.Add(lbltest);
|
|
Name = "Form1";
|
|
Text = "Form1";
|
|
Load += Form1_Load;
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label lbltest;
|
|
private CPM.LV_BUTTON lV_button1;
|
|
private CPM.LV_BUTTON lV_button2;
|
|
private CPM.LV_BUTTON lV_button3;
|
|
}
|
|
}
|