174 lines
6.7 KiB
C#
174 lines
6.7 KiB
C#
|
|
namespace FCOMMON
|
|
{
|
|
partial class fMagam
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
"1982-11",
|
|
"O"}, -1);
|
|
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
"1982-11",
|
|
"X"}, -1);
|
|
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] {
|
|
"1982-11",
|
|
"X"}, -1);
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button1.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button1.Location = new System.Drawing.Point(10, 10);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(392, 61);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "선택 마감 삭제";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2});
|
|
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listView1.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.listView1.FullRowSelect = true;
|
|
this.listView1.GridLines = true;
|
|
this.listView1.HideSelection = false;
|
|
listViewItem1.StateImageIndex = 0;
|
|
listViewItem2.StateImageIndex = 0;
|
|
listViewItem3.StateImageIndex = 0;
|
|
this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
|
|
listViewItem1,
|
|
listViewItem2,
|
|
listViewItem3});
|
|
this.listView1.Location = new System.Drawing.Point(0, 58);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(412, 299);
|
|
this.listView1.TabIndex = 3;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "월";
|
|
this.columnHeader1.Width = 300;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "마감";
|
|
this.columnHeader2.Width = 100;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 357);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Padding = new System.Windows.Forms.Padding(10);
|
|
this.panel1.Size = new System.Drawing.Size(412, 81);
|
|
this.panel1.TabIndex = 4;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.textBox1);
|
|
this.panel2.Controls.Add(this.button2);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Padding = new System.Windows.Forms.Padding(10);
|
|
this.panel2.Size = new System.Drawing.Size(412, 58);
|
|
this.panel2.TabIndex = 5;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBox1.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.textBox1.Location = new System.Drawing.Point(10, 10);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(267, 38);
|
|
this.textBox1.TabIndex = 3;
|
|
this.textBox1.Text = "1982-11";
|
|
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.button2.Font = new System.Drawing.Font("굴림", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button2.Location = new System.Drawing.Point(277, 10);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(125, 38);
|
|
this.button2.TabIndex = 2;
|
|
this.button2.Text = "마감";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// fMagam
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(412, 438);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.panel1);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fMagam";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "근태자료 마감";
|
|
this.Load += new System.EventHandler(this.fMagam_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |