..
This commit is contained in:
@@ -32,7 +32,6 @@ namespace FCM0000
|
||||
//e.Row["cid"] = selcectIDX;
|
||||
}
|
||||
|
||||
|
||||
void refreshData()
|
||||
{
|
||||
try
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
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
|
||||
@@ -113,11 +114,23 @@
|
||||
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(160, 297);
|
||||
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);
|
||||
@@ -146,5 +159,6 @@
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.CheckBox checkBox1;
|
||||
private System.Windows.Forms.CheckBox checkBox2;
|
||||
private System.Windows.Forms.CheckBox checkBox3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user