164 lines
6.5 KiB
C#
164 lines
6.5 KiB
C#
namespace FCM0000
|
|
{
|
|
partial class fUserGroupPermission
|
|
{
|
|
/// <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.c0 = new System.Windows.Forms.CheckBox();
|
|
this.c1 = new System.Windows.Forms.CheckBox();
|
|
this.c2 = new System.Windows.Forms.CheckBox();
|
|
this.c3 = new System.Windows.Forms.CheckBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// c0
|
|
//
|
|
this.c0.AutoSize = true;
|
|
this.c0.Location = new System.Drawing.Point(20, 14);
|
|
this.c0.Name = "c0";
|
|
this.c0.Size = new System.Drawing.Size(116, 34);
|
|
this.c0.TabIndex = 0;
|
|
this.c0.Tag = "0";
|
|
this.c0.Text = "구매신청";
|
|
this.c0.UseVisualStyleBackColor = true;
|
|
//
|
|
// c1
|
|
//
|
|
this.c1.AutoSize = true;
|
|
this.c1.Location = new System.Drawing.Point(20, 51);
|
|
this.c1.Name = "c1";
|
|
this.c1.Size = new System.Drawing.Size(116, 34);
|
|
this.c1.TabIndex = 0;
|
|
this.c1.Tag = "1";
|
|
this.c1.Text = "프로젝트";
|
|
this.c1.UseVisualStyleBackColor = true;
|
|
//
|
|
// c2
|
|
//
|
|
this.c2.AutoSize = true;
|
|
this.c2.Location = new System.Drawing.Point(20, 88);
|
|
this.c2.Name = "c2";
|
|
this.c2.Size = new System.Drawing.Size(116, 34);
|
|
this.c2.TabIndex = 0;
|
|
this.c2.Tag = "2";
|
|
this.c2.Text = "업무일지";
|
|
this.c2.UseVisualStyleBackColor = true;
|
|
//
|
|
// c3
|
|
//
|
|
this.c3.AutoSize = true;
|
|
this.c3.Location = new System.Drawing.Point(20, 125);
|
|
this.c3.Name = "c3";
|
|
this.c3.Size = new System.Drawing.Size(116, 34);
|
|
this.c3.TabIndex = 0;
|
|
this.c3.Tag = "3";
|
|
this.c3.Text = "품목재고";
|
|
this.c3.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(14, 247);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(136, 44);
|
|
this.button1.TabIndex = 1;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(20, 165);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(116, 34);
|
|
this.checkBox1.TabIndex = 2;
|
|
this.checkBox1.Tag = "4";
|
|
this.checkBox1.Text = "장비목록";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(20, 205);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(116, 34);
|
|
this.checkBox2.TabIndex = 3;
|
|
this.checkBox2.Tag = "5";
|
|
this.checkBox2.Text = "근태관리";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(142, 14);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(170, 34);
|
|
this.checkBox3.TabIndex = 4;
|
|
this.checkBox3.Tag = "6";
|
|
this.checkBox3.Text = "(구매)상세입력";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// fUserGroupPermission
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(313, 297);
|
|
this.Controls.Add(this.checkBox3);
|
|
this.Controls.Add(this.checkBox2);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.c3);
|
|
this.Controls.Add(this.c2);
|
|
this.Controls.Add(this.c1);
|
|
this.Controls.Add(this.c0);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fUserGroupPermission";
|
|
this.Text = "fUserGroupPermission";
|
|
this.Load += new System.EventHandler(this.fUserGroupPermission_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.CheckBox c0;
|
|
private System.Windows.Forms.CheckBox c1;
|
|
private System.Windows.Forms.CheckBox c2;
|
|
private System.Windows.Forms.CheckBox c3;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
}
|
|
} |