...
This commit is contained in:
317
Project/Dialog/fLogin.Designer.cs
generated
317
Project/Dialog/fLogin.Designer.cs
generated
@@ -28,164 +28,165 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLogin));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLogin));
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
this.cmbDept = new System.Windows.Forms.ComboBox();
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.cmbDept = new System.Windows.Forms.ComboBox();
|
||||||
this.tbID = new System.Windows.Forms.ComboBox();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.tbID = new System.Windows.Forms.ComboBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.tbPW = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.panel2 = new System.Windows.Forms.Panel();
|
this.tbPW = new System.Windows.Forms.TextBox();
|
||||||
this.btLogin = new System.Windows.Forms.Button();
|
this.panel2 = new System.Windows.Forms.Panel();
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
this.btLogin = new System.Windows.Forms.Button();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// pictureBox1
|
// pictureBox1
|
||||||
//
|
//
|
||||||
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
||||||
this.pictureBox1.Location = new System.Drawing.Point(295, 25);
|
this.pictureBox1.Location = new System.Drawing.Point(295, 25);
|
||||||
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Name = "pictureBox1";
|
||||||
this.pictureBox1.Size = new System.Drawing.Size(80, 80);
|
this.pictureBox1.Size = new System.Drawing.Size(80, 80);
|
||||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||||||
this.pictureBox1.TabIndex = 3;
|
this.pictureBox1.TabIndex = 3;
|
||||||
this.pictureBox1.TabStop = false;
|
this.pictureBox1.TabStop = false;
|
||||||
//
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(245)))), ((int)(((byte)(244)))));
|
||||||
this.panel1.Controls.Add(this.label4);
|
this.panel1.Controls.Add(this.label4);
|
||||||
this.panel1.Controls.Add(this.cmbDept);
|
this.panel1.Controls.Add(this.cmbDept);
|
||||||
this.panel1.Controls.Add(this.label3);
|
this.panel1.Controls.Add(this.label3);
|
||||||
this.panel1.Controls.Add(this.tbID);
|
this.panel1.Controls.Add(this.tbID);
|
||||||
this.panel1.Controls.Add(this.label2);
|
this.panel1.Controls.Add(this.label2);
|
||||||
this.panel1.Controls.Add(this.label1);
|
this.panel1.Controls.Add(this.label1);
|
||||||
this.panel1.Controls.Add(this.tbPW);
|
this.panel1.Controls.Add(this.tbPW);
|
||||||
this.panel1.Controls.Add(this.pictureBox1);
|
this.panel1.Controls.Add(this.pictureBox1);
|
||||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
this.panel1.Size = new System.Drawing.Size(675, 377);
|
this.panel1.Size = new System.Drawing.Size(675, 404);
|
||||||
this.panel1.TabIndex = 0;
|
this.panel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
// cmbDept
|
// label4
|
||||||
//
|
//
|
||||||
this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.label4.AutoSize = true;
|
||||||
this.cmbDept.Font = new System.Drawing.Font("Calibri", 20.25F);
|
this.label4.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||||
this.cmbDept.FormattingEnabled = true;
|
this.label4.ForeColor = System.Drawing.Color.Teal;
|
||||||
this.cmbDept.Location = new System.Drawing.Point(16, 136);
|
this.label4.Location = new System.Drawing.Point(13, 342);
|
||||||
this.cmbDept.Name = "cmbDept";
|
this.label4.Name = "label4";
|
||||||
this.cmbDept.Size = new System.Drawing.Size(645, 41);
|
this.label4.Size = new System.Drawing.Size(243, 15);
|
||||||
this.cmbDept.TabIndex = 9;
|
this.label4.TabIndex = 10;
|
||||||
this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged);
|
this.label4.Text = "문의 ) Chickyun.kim@amkor.co.kr, T.8567";
|
||||||
//
|
//
|
||||||
// label3
|
// cmbDept
|
||||||
//
|
//
|
||||||
this.label3.AutoSize = true;
|
this.cmbDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.label3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.cmbDept.Font = new System.Drawing.Font("Calibri", 20.25F);
|
||||||
this.label3.ForeColor = System.Drawing.Color.Gray;
|
this.cmbDept.FormattingEnabled = true;
|
||||||
this.label3.Location = new System.Drawing.Point(13, 119);
|
this.cmbDept.Location = new System.Drawing.Point(16, 136);
|
||||||
this.label3.Name = "label3";
|
this.cmbDept.Name = "cmbDept";
|
||||||
this.label3.Size = new System.Drawing.Size(31, 15);
|
this.cmbDept.Size = new System.Drawing.Size(645, 41);
|
||||||
this.label3.TabIndex = 8;
|
this.cmbDept.TabIndex = 9;
|
||||||
this.label3.Text = "부서";
|
this.cmbDept.SelectedIndexChanged += new System.EventHandler(this.cmbDept_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// tbID
|
// label3
|
||||||
//
|
//
|
||||||
this.tbID.Font = new System.Drawing.Font("Calibri", 20.25F);
|
this.label3.AutoSize = true;
|
||||||
this.tbID.FormattingEnabled = true;
|
this.label3.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.tbID.Location = new System.Drawing.Point(16, 213);
|
this.label3.ForeColor = System.Drawing.Color.Gray;
|
||||||
this.tbID.Name = "tbID";
|
this.label3.Location = new System.Drawing.Point(13, 119);
|
||||||
this.tbID.Size = new System.Drawing.Size(645, 41);
|
this.label3.Name = "label3";
|
||||||
this.tbID.TabIndex = 3;
|
this.label3.Size = new System.Drawing.Size(31, 15);
|
||||||
//
|
this.label3.TabIndex = 8;
|
||||||
// label2
|
this.label3.Text = "부서";
|
||||||
//
|
//
|
||||||
this.label2.AutoSize = true;
|
// tbID
|
||||||
this.label2.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
//
|
||||||
this.label2.ForeColor = System.Drawing.Color.Gray;
|
this.tbID.Font = new System.Drawing.Font("Calibri", 20.25F);
|
||||||
this.label2.Location = new System.Drawing.Point(13, 269);
|
this.tbID.FormattingEnabled = true;
|
||||||
this.label2.Name = "label2";
|
this.tbID.Location = new System.Drawing.Point(16, 213);
|
||||||
this.label2.Size = new System.Drawing.Size(31, 15);
|
this.tbID.Name = "tbID";
|
||||||
this.label2.TabIndex = 4;
|
this.tbID.Size = new System.Drawing.Size(645, 41);
|
||||||
this.label2.Text = "암호";
|
this.tbID.TabIndex = 3;
|
||||||
//
|
//
|
||||||
// label1
|
// label2
|
||||||
//
|
//
|
||||||
this.label1.AutoSize = true;
|
this.label2.AutoSize = true;
|
||||||
this.label1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label2.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||||
this.label1.ForeColor = System.Drawing.Color.Gray;
|
this.label2.ForeColor = System.Drawing.Color.Gray;
|
||||||
this.label1.Location = new System.Drawing.Point(13, 196);
|
this.label2.Location = new System.Drawing.Point(13, 269);
|
||||||
this.label1.Name = "label1";
|
this.label2.Name = "label2";
|
||||||
this.label1.Size = new System.Drawing.Size(55, 15);
|
this.label2.Size = new System.Drawing.Size(31, 15);
|
||||||
this.label1.TabIndex = 2;
|
this.label2.TabIndex = 4;
|
||||||
this.label1.Text = "사원번호";
|
this.label2.Text = "암호";
|
||||||
//
|
//
|
||||||
// tbPW
|
// label1
|
||||||
//
|
//
|
||||||
this.tbPW.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label1.AutoSize = true;
|
||||||
this.tbPW.Location = new System.Drawing.Point(16, 287);
|
this.label1.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.tbPW.Name = "tbPW";
|
this.label1.ForeColor = System.Drawing.Color.Gray;
|
||||||
this.tbPW.PasswordChar = '●';
|
this.label1.Location = new System.Drawing.Point(13, 196);
|
||||||
this.tbPW.Size = new System.Drawing.Size(645, 40);
|
this.label1.Name = "label1";
|
||||||
this.tbPW.TabIndex = 5;
|
this.label1.Size = new System.Drawing.Size(55, 15);
|
||||||
this.tbPW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
this.label1.TabIndex = 2;
|
||||||
//
|
this.label1.Text = "사원번호";
|
||||||
// panel2
|
//
|
||||||
//
|
// tbPW
|
||||||
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
//
|
||||||
this.panel2.Controls.Add(this.btLogin);
|
this.tbPW.Font = new System.Drawing.Font("Calibri", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.tbPW.Location = new System.Drawing.Point(16, 287);
|
||||||
this.panel2.Location = new System.Drawing.Point(0, 377);
|
this.tbPW.Name = "tbPW";
|
||||||
this.panel2.Name = "panel2";
|
this.tbPW.PasswordChar = '●';
|
||||||
this.panel2.Size = new System.Drawing.Size(675, 34);
|
this.tbPW.Size = new System.Drawing.Size(645, 40);
|
||||||
this.panel2.TabIndex = 6;
|
this.tbPW.TabIndex = 5;
|
||||||
//
|
this.tbPW.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
// btLogin
|
//
|
||||||
//
|
// panel2
|
||||||
this.btLogin.Dock = System.Windows.Forms.DockStyle.Fill;
|
//
|
||||||
this.btLogin.Location = new System.Drawing.Point(0, 0);
|
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
||||||
this.btLogin.Name = "btLogin";
|
this.panel2.Controls.Add(this.btLogin);
|
||||||
this.btLogin.Size = new System.Drawing.Size(675, 34);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
this.btLogin.TabIndex = 0;
|
this.panel2.Location = new System.Drawing.Point(0, 404);
|
||||||
this.btLogin.Text = "접속";
|
this.panel2.Name = "panel2";
|
||||||
this.btLogin.UseVisualStyleBackColor = true;
|
this.panel2.Size = new System.Drawing.Size(675, 105);
|
||||||
this.btLogin.Click += new System.EventHandler(this.button1_Click);
|
this.panel2.TabIndex = 6;
|
||||||
//
|
//
|
||||||
// label4
|
// btLogin
|
||||||
//
|
//
|
||||||
this.label4.AutoSize = true;
|
this.btLogin.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.label4.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
this.btLogin.Font = new System.Drawing.Font("맑은 고딕", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.label4.ForeColor = System.Drawing.Color.Teal;
|
this.btLogin.Location = new System.Drawing.Point(0, 0);
|
||||||
this.label4.Location = new System.Drawing.Point(13, 342);
|
this.btLogin.Name = "btLogin";
|
||||||
this.label4.Name = "label4";
|
this.btLogin.Size = new System.Drawing.Size(675, 105);
|
||||||
this.label4.Size = new System.Drawing.Size(243, 15);
|
this.btLogin.TabIndex = 0;
|
||||||
this.label4.TabIndex = 10;
|
this.btLogin.Text = "접속";
|
||||||
this.label4.Text = "문의 ) Chickyun.kim@amkor.co.kr, T.8567";
|
this.btLogin.UseVisualStyleBackColor = true;
|
||||||
//
|
this.btLogin.Click += new System.EventHandler(this.button1_Click);
|
||||||
// fLogin
|
//
|
||||||
//
|
// fLogin
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
//
|
||||||
this.BackColor = System.Drawing.Color.OrangeRed;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
this.ClientSize = new System.Drawing.Size(675, 411);
|
this.BackColor = System.Drawing.Color.OrangeRed;
|
||||||
this.Controls.Add(this.panel1);
|
this.ClientSize = new System.Drawing.Size(675, 509);
|
||||||
this.Controls.Add(this.panel2);
|
this.Controls.Add(this.panel1);
|
||||||
this.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.Controls.Add(this.panel2);
|
||||||
this.MaximizeBox = false;
|
this.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.MinimizeBox = false;
|
this.MaximizeBox = false;
|
||||||
this.Name = "fLogin";
|
this.MinimizeBox = false;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Name = "fLogin";
|
||||||
this.Text = "사용자확인";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Load += new System.EventHandler(this.fLogin_Load);
|
this.Text = "사용자확인";
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
this.Load += new System.EventHandler(this.fLogin_Load);
|
||||||
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||||
this.panel1.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
||||||
this.panel2.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
||||||
this.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ namespace Project.Dialog
|
|||||||
FCOMMON.info.Login.nameE = userdr.nameE;
|
FCOMMON.info.Login.nameE = userdr.nameE;
|
||||||
FCOMMON.info.Login.hp = userdr.hp;
|
FCOMMON.info.Login.hp = userdr.hp;
|
||||||
FCOMMON.info.Login.tel = userdr.tel;
|
FCOMMON.info.Login.tel = userdr.tel;
|
||||||
FCOMMON.info.Login.title = userdr.ads_title;
|
FCOMMON.info.Login.title = userdr.dept + "(" + userdr.grade + ")";
|
||||||
FCOMMON.info.NotShowJobReportview = Pub.setting.NotShowJobreportPRewView;
|
FCOMMON.info.NotShowJobReportview = Pub.setting.NotShowJobreportPRewView;
|
||||||
//var gcode = FCOMMON.DBM.ExecuteScalar("select isnull(gcode,'NOGCODE') from UserGroup where dept ='" + cmbDept.Text + "'");
|
//var gcode = FCOMMON.DBM.ExecuteScalar("select isnull(gcode,'NOGCODE') from UserGroup where dept ='" + cmbDept.Text + "'");
|
||||||
var gperm = FCOMMON.DBM.ExecuteScalar("select isnull(permission,0) from UserGroup where dept ='" + cmbDept.Text + "'");
|
var gperm = FCOMMON.DBM.ExecuteScalar("select isnull(permission,0) from UserGroup where dept ='" + cmbDept.Text + "'");
|
||||||
|
|||||||
48
Project/fMain.Designer.cs
generated
48
Project/fMain.Designer.cs
generated
@@ -50,6 +50,8 @@
|
|||||||
this.userAccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.userAccountToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.myAccouserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.myAccouserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.권한설정ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.권한설정ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
|
this.그룹정보ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.customerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.customerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.mn_kuntae = new System.Windows.Forms.ToolStripMenuItem();
|
this.mn_kuntae = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.메일양식ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.메일양식ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
@@ -137,8 +139,6 @@
|
|||||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.그룹정보ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.toolStripMenuItem12 = new System.Windows.Forms.ToolStripSeparator();
|
|
||||||
this.cmTab.SuspendLayout();
|
this.cmTab.SuspendLayout();
|
||||||
this.statusStrip1.SuspendLayout();
|
this.statusStrip1.SuspendLayout();
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
@@ -261,14 +261,14 @@
|
|||||||
//
|
//
|
||||||
this.codesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("codesToolStripMenuItem.Image")));
|
this.codesToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("codesToolStripMenuItem.Image")));
|
||||||
this.codesToolStripMenuItem.Name = "codesToolStripMenuItem";
|
this.codesToolStripMenuItem.Name = "codesToolStripMenuItem";
|
||||||
this.codesToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.codesToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||||
this.codesToolStripMenuItem.Text = "공용코드";
|
this.codesToolStripMenuItem.Text = "공용코드";
|
||||||
this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click);
|
this.codesToolStripMenuItem.Click += new System.EventHandler(this.codesToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// itemsToolStripMenuItem
|
// itemsToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem";
|
this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem";
|
||||||
this.itemsToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.itemsToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||||
this.itemsToolStripMenuItem.Text = "품목정보";
|
this.itemsToolStripMenuItem.Text = "품목정보";
|
||||||
this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click);
|
this.itemsToolStripMenuItem.Click += new System.EventHandler(this.itemsToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@@ -281,41 +281,53 @@
|
|||||||
this.toolStripMenuItem12,
|
this.toolStripMenuItem12,
|
||||||
this.그룹정보ToolStripMenuItem});
|
this.그룹정보ToolStripMenuItem});
|
||||||
this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem";
|
this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem";
|
||||||
this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||||
this.userInfoToolStripMenuItem.Text = "사용자";
|
this.userInfoToolStripMenuItem.Text = "사용자";
|
||||||
//
|
//
|
||||||
// userAccountToolStripMenuItem
|
// userAccountToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.userAccountToolStripMenuItem.Name = "userAccountToolStripMenuItem";
|
this.userAccountToolStripMenuItem.Name = "userAccountToolStripMenuItem";
|
||||||
this.userAccountToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.userAccountToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||||
this.userAccountToolStripMenuItem.Text = "계정정보";
|
this.userAccountToolStripMenuItem.Text = "계정정보";
|
||||||
this.userAccountToolStripMenuItem.Click += new System.EventHandler(this.userAccountToolStripMenuItem_Click);
|
this.userAccountToolStripMenuItem.Click += new System.EventHandler(this.userAccountToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// myAccouserToolStripMenuItem
|
// myAccouserToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.myAccouserToolStripMenuItem.Name = "myAccouserToolStripMenuItem";
|
this.myAccouserToolStripMenuItem.Name = "myAccouserToolStripMenuItem";
|
||||||
this.myAccouserToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.myAccouserToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||||
this.myAccouserToolStripMenuItem.Text = "계정목록";
|
this.myAccouserToolStripMenuItem.Text = "계정목록";
|
||||||
this.myAccouserToolStripMenuItem.Click += new System.EventHandler(this.myAccouserToolStripMenuItem_Click);
|
this.myAccouserToolStripMenuItem.Click += new System.EventHandler(this.myAccouserToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 권한설정ToolStripMenuItem
|
// 권한설정ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.권한설정ToolStripMenuItem.Name = "권한설정ToolStripMenuItem";
|
this.권한설정ToolStripMenuItem.Name = "권한설정ToolStripMenuItem";
|
||||||
this.권한설정ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.권한설정ToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||||
this.권한설정ToolStripMenuItem.Text = "권한설정";
|
this.권한설정ToolStripMenuItem.Text = "권한설정";
|
||||||
this.권한설정ToolStripMenuItem.Click += new System.EventHandler(this.권한설정ToolStripMenuItem_Click);
|
this.권한설정ToolStripMenuItem.Click += new System.EventHandler(this.권한설정ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
// toolStripMenuItem12
|
||||||
|
//
|
||||||
|
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
||||||
|
this.toolStripMenuItem12.Size = new System.Drawing.Size(131, 6);
|
||||||
|
//
|
||||||
|
// 그룹정보ToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.그룹정보ToolStripMenuItem.Name = "그룹정보ToolStripMenuItem";
|
||||||
|
this.그룹정보ToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||||
|
this.그룹정보ToolStripMenuItem.Text = "그룹정보";
|
||||||
|
this.그룹정보ToolStripMenuItem.Click += new System.EventHandler(this.그룹정보ToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// customerToolStripMenuItem
|
// customerToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.customerToolStripMenuItem.Name = "customerToolStripMenuItem";
|
this.customerToolStripMenuItem.Name = "customerToolStripMenuItem";
|
||||||
this.customerToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.customerToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||||
this.customerToolStripMenuItem.Text = "업체정보";
|
this.customerToolStripMenuItem.Text = "업체정보";
|
||||||
this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click);
|
this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// mn_kuntae
|
// mn_kuntae
|
||||||
//
|
//
|
||||||
this.mn_kuntae.Name = "mn_kuntae";
|
this.mn_kuntae.Name = "mn_kuntae";
|
||||||
this.mn_kuntae.Size = new System.Drawing.Size(180, 24);
|
this.mn_kuntae.Size = new System.Drawing.Size(153, 24);
|
||||||
this.mn_kuntae.Text = "월별 근무표";
|
this.mn_kuntae.Text = "월별 근무표";
|
||||||
this.mn_kuntae.Click += new System.EventHandler(this.월별근무표ToolStripMenuItem_Click);
|
this.mn_kuntae.Click += new System.EventHandler(this.월별근무표ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@@ -323,7 +335,7 @@
|
|||||||
//
|
//
|
||||||
this.메일양식ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("메일양식ToolStripMenuItem.Image")));
|
this.메일양식ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("메일양식ToolStripMenuItem.Image")));
|
||||||
this.메일양식ToolStripMenuItem.Name = "메일양식ToolStripMenuItem";
|
this.메일양식ToolStripMenuItem.Name = "메일양식ToolStripMenuItem";
|
||||||
this.메일양식ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
this.메일양식ToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||||
this.메일양식ToolStripMenuItem.Text = "메일 양식";
|
this.메일양식ToolStripMenuItem.Text = "메일 양식";
|
||||||
this.메일양식ToolStripMenuItem.Click += new System.EventHandler(this.메일양식ToolStripMenuItem_Click);
|
this.메일양식ToolStripMenuItem.Click += new System.EventHandler(this.메일양식ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@@ -569,7 +581,7 @@
|
|||||||
//
|
//
|
||||||
this.휴가신청ToolStripMenuItem.Name = "휴가신청ToolStripMenuItem";
|
this.휴가신청ToolStripMenuItem.Name = "휴가신청ToolStripMenuItem";
|
||||||
this.휴가신청ToolStripMenuItem.Size = new System.Drawing.Size(248, 24);
|
this.휴가신청ToolStripMenuItem.Size = new System.Drawing.Size(248, 24);
|
||||||
this.휴가신청ToolStripMenuItem.Text = "휴가 신청";
|
this.휴가신청ToolStripMenuItem.Text = "휴가/외출 신청";
|
||||||
this.휴가신청ToolStripMenuItem.Click += new System.EventHandler(this.휴가신청ToolStripMenuItem_Click);
|
this.휴가신청ToolStripMenuItem.Click += new System.EventHandler(this.휴가신청ToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// 개인별근태원장ToolStripMenuItem
|
// 개인별근태원장ToolStripMenuItem
|
||||||
@@ -1051,18 +1063,6 @@
|
|||||||
this.toolStripButton3.ToolTipText = "휴가신청";
|
this.toolStripButton3.ToolTipText = "휴가신청";
|
||||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||||
//
|
//
|
||||||
// 그룹정보ToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.그룹정보ToolStripMenuItem.Name = "그룹정보ToolStripMenuItem";
|
|
||||||
this.그룹정보ToolStripMenuItem.Size = new System.Drawing.Size(180, 24);
|
|
||||||
this.그룹정보ToolStripMenuItem.Text = "그룹정보";
|
|
||||||
this.그룹정보ToolStripMenuItem.Click += new System.EventHandler(this.그룹정보ToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// toolStripMenuItem12
|
|
||||||
//
|
|
||||||
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
|
||||||
this.toolStripMenuItem12.Size = new System.Drawing.Size(177, 6);
|
|
||||||
//
|
|
||||||
// fMain
|
// fMain
|
||||||
//
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
|
|||||||
@@ -182,74 +182,6 @@
|
|||||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIkAA/CByYwUOGgQgTfvDgwINChQw9IHD4UGBEABAuUETo
|
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIkAA/CByYwUOGgQgTfvDgwINChQw9IHD4UGBEABAuUETo
|
||||||
oaNEDxg1erTo4IGDiQAGNFCA4QABAg4jdkxpoYOABAkUGKD4UaUFARUCMLCwk6NGCkADRKBQNKEHDB6E
|
oaNEDxg1erTo4IGDiQAGNFCA4QABAg4jdkxpoYOABAkUGKD4UaUFARUCMLCwk6NGCkADRKBQNKEHDB6E
|
||||||
RpDQlCNUoRYkSJhQYKPFAyqZThjbleMBDxw07CxQYMKGBRs9vNTQcaGHBXjjjuS4t2LFgAA7
|
RpDQlCNUoRYkSJhQYKPFAyqZThjbleMBDxw07CxQYMKGBRs9vNTQcaGHBXjjjuS4t2LFgAA7
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="managementToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIQQAP/cpv/GcNvb292RIP+kG/+5T6m5rMStgK13Jv+wOt2TJKmwrP/zcZOru////wAA
|
|
||||||
AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBF
|
|
||||||
Mi4wAwEBAAAh+QQBAAAQACwAAAAAEAAQAAAIZQAhCBxIsKBABgQBGCTIoCEEBgEWDmRAgMAAAwUgKJQ4
|
|
||||||
QIEDBwciSmw4QMDHBRIBBCiQAIGABw8aSBSosgHMmCkH2oQpc6bAnTh9QgDa0ydRoUMffCw6s4FJB0wl
|
|
||||||
OoWKdGiDBgEBADs=
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="mn_docu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIQfAJrM+3OSsKfS++zx9uXt9Yis1FdwkZW51ElVa8fj/bba/NXb5PL2+o276b3d/VJh
|
|
||||||
e7TR4ENLXNXn8KLD536kwIyzzJ/E2KjL3t7n7ykxQz5FVa/W/OLp8I+w1P///////yH/C05FVFNDQVBF
|
|
||||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAItgA9CBxIcOCHgx4kQIBwwcKBChQiBgjgASEECQQGZNRI
|
|
||||||
oGMDAxU9QCCQoGRJBygZNPgo8AKDBB1iyuzAoOYDgRZeonSgoGfPDQxuejjwcsLMAkgFBBVY4aVPBRui
|
|
||||||
ClCKQCCFojGRIm0ggEBVDxQG8IQqdSoAAhGsijWqdSsADmk9BBBLdqoAAHgxaBAYgAHPsnjxDtjrwcAC
|
|
||||||
Bhw5KOaAYQCEDHwNSH7wAAGCCBE0aMggtKBnggEBADs=
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="기타ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIQfAKnrVsfvlYnVOHy8KnfJLJneRWqyJLvth1W7GzGTEVWnHT2aFIPNMkuiGmrKJGKt
|
|
||||||
Io7eOXa5KU64GDiWE1yqIHK3KHa5J0WeGGC/IG+1JW/FKGjCJHnRLWrOIP///////yH/C05FVFNDQVBF
|
|
||||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqwA/CBTooeDAgwg9DFjoAWHCAQEAFBjQ0CHBAQAEFLBQ
|
|
||||||
8WDBjxEARPjY8YPChREiZshg4EFJhQFiFmBQAAIECh8vLoTAgAEBAgIUeGhwoaHCghUE/NTAgcCFAxAW
|
|
||||||
GDWZQamGDRgwIEAgYUJBjh4MCODAAYODBRMkSEhQMAJLARQUNODgwGsCtiYjHBDgsuCCDl4NmqxQAK7R
|
|
||||||
v3gHemD5QK4HtBMSEyRplOTBgAA7
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="즐겨찾기ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIMPAEWi6azap1WzS9LusYrSbApexXLHV+z41vH559Ltw8ns+pe75hBs0iCZEP//////
|
|
||||||
/yH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAPACwAAAAAEAAQAAAIiwAfCBxIsKDBBw4SOjg4MGGDBgwY
|
|
||||||
JDzo4OEBBAgUMGiwkGBFBAcODAAAYMEAjh4ZIBgwQAAAAgZOdkTIQEGCAQRICoAZACVNBQACkHxpQEDP
|
|
||||||
jg5qLhgKQIDTowIrJoA5NGKDABIbNpjqlEGBAguyag3QEiLYsDOjPgwQYEFYsQUdRpSY1qDCugzzBgQA
|
|
||||||
Ow==
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="btDev.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIQfAKxoR8VkLxFw1feVPITSWv+eQv7Qo0Cc6OyIN/v7+3PLTSCZEFy17Wa6XuT1x2bG
|
|
||||||
Q3nNUU6vRXPAa9mLXMTkwJZEHJt7LL5aJ/z8/O2KONx3L/ubP/r6+rtVI////////yH/C05FVFNDQVBF
|
|
||||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIpgA/CBxIsOBADBgEeljoweAHDB06eIi4QICAhRwOdjAQ
|
|
||||||
kaMDCgwELOiQ8WGHAQYMFIjIgMEBCBEzQkSwoUCBCR0OSGigIKZJDQM2cKxwoAGBBx0ykISoIcOGiAcO
|
|
||||||
EFCAVCkHphueAtgaIYKFpks7NM0qFIDFCxk0kPyQQCzZiB0CbLAqsO1YslnTrq0r9m4GvSUHcoioobDa
|
|
||||||
vQU5DIar2KFgxYEHBgQAOw==
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="버젼확인ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIQfAGm6/idTd4yTmF+v8Xa37KvW+lyh3KHJ62aq41ee2bXZ98nm/2mt5W2Ck5XN/C1c
|
|
||||||
hEZieho8WXXA/2Gn4P39/W+y6V+l3qjP8Njt/lx2izxPYGyv51Oa1EJWZ////////yH/C05FVFNDQVBF
|
|
||||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqgA/CPzgoaBBDwMTEoQgoGGDBhAQKvSQAcOCBQUcaHwg
|
|
||||||
USBFDARCEqhQgYEEjh47gKxwweAFBAgkREDooYMCAhs8XGCAwMOEmB1o2qywYSdMnxMABCVocwMDngUP
|
|
||||||
GLAAYCZTBTARHPAgdWpVoQV+TrBgoGwCA1+ZOkgwduuBBAk4pCWogUBcDnjxAgjQkS4BAAMCD9jrgcJE
|
|
||||||
DQ8eBAjwYKZhhQQPFoRMuXJAADs=
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="설명서ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
R0lGODlhEAAQAIQAAP/99v/qaOvOSem4M+zSSv/ypf/ug//1w//2zP/xnv/te//zrf/0uv/41/nWdufB
|
|
||||||
MP/vkevTVf/rcv/0s//wlv/57OvRM//vi+/OQtaXIuuYEuvTLNyhJ+vHUP///////yH/C05FVFNDQVBF
|
|
||||||
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIoAA/CBxIsCBBDwgTKizogUCEhwQIYLBgYYOHgR4cKPQA
|
|
||||||
oMEBBAgsfsjoAQGDCQsKJEhAAcKBChYQajyZkiWECwYMAHiAkAAAlCop4FRA9ABPDxgqABVqQIGEpxQG
|
|
||||||
IMTQoCaEphICaFXAAaEABCmZZtUawECGi0gRHGigloFWCgzOYhRAt0OHASg1yD24cUAFDRcNMhwAWLBB
|
|
||||||
D4UNMwz8ISAAOw==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="mn_purchase.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="mn_purchase.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
@@ -365,6 +297,74 @@
|
|||||||
h58L4755nzwWACmRSEixWEynl0gQtXWDq9efcWesTLPb7RZmkg1AikQiUigU0uklEoREZl63mEkW430F
|
h58L4755nzwWACmRSEixWEynl0gQtXWDq9efcWesTLPb7RZmkg1AikQiUigU0uklEoREZl63mEkW430F
|
||||||
g0EHv2mdHpgsyzvNJMvHQ/n9fofX69XJ7HK5bGaSrfBQPNXBzU92nQFgfwCJli/+LKS33wAAAABJRU5E
|
g0EHv2mdHpgsyzvNJMvHQ/n9fofX69XJ7HK5bGaSrfBQPNXBzU92nQFgfwCJli/+LKS33wAAAABJRU5E
|
||||||
rkJggg==
|
rkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="managementToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIQQAP/cpv/GcNvb292RIP+kG/+5T6m5rMStgK13Jv+wOt2TJKmwrP/zcZOru////wAA
|
||||||
|
AP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBF
|
||||||
|
Mi4wAwEBAAAh+QQBAAAQACwAAAAAEAAQAAAIZQAhCBxIsKBABgQBGCTIoCEEBgEWDmRAgMAAAwUgKJQ4
|
||||||
|
QIEDBwciSmw4QMDHBRIBBCiQAIGABw8aSBSosgHMmCkH2oQpc6bAnTh9QgDa0ydRoUMffCw6s4FJB0wl
|
||||||
|
OoWKdGiDBgEBADs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="mn_docu.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIQfAJrM+3OSsKfS++zx9uXt9Yis1FdwkZW51ElVa8fj/bba/NXb5PL2+o276b3d/VJh
|
||||||
|
e7TR4ENLXNXn8KLD536kwIyzzJ/E2KjL3t7n7ykxQz5FVa/W/OLp8I+w1P///////yH/C05FVFNDQVBF
|
||||||
|
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAItgA9CBxIcOCHgx4kQIBwwcKBChQiBgjgASEECQQGZNRI
|
||||||
|
oGMDAxU9QCCQoGRJBygZNPgo8AKDBB1iyuzAoOYDgRZeonSgoGfPDQxuejjwcsLMAkgFBBVY4aVPBRui
|
||||||
|
ClCKQCCFojGRIm0ggEBVDxQG8IQqdSoAAhGsijWqdSsADmk9BBBLdqoAAHgxaBAYgAHPsnjxDtjrwcAC
|
||||||
|
Bhw5KOaAYQCEDHwNSH7wAAGCCBE0aMggtKBnggEBADs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="기타ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIQfAKnrVsfvlYnVOHy8KnfJLJneRWqyJLvth1W7GzGTEVWnHT2aFIPNMkuiGmrKJGKt
|
||||||
|
Io7eOXa5KU64GDiWE1yqIHK3KHa5J0WeGGC/IG+1JW/FKGjCJHnRLWrOIP///////yH/C05FVFNDQVBF
|
||||||
|
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqwA/CBTooeDAgwg9DFjoAWHCAQEAFBjQ0CHBAQAEFLBQ
|
||||||
|
8WDBjxEARPjY8YPChREiZshg4EFJhQFiFmBQAAIECh8vLoTAgAEBAgIUeGhwoaHCghUE/NTAgcCFAxAW
|
||||||
|
GDWZQamGDRgwIEAgYUJBjh4MCODAAYODBRMkSEhQMAJLARQUNODgwGsCtiYjHBDgsuCCDl4NmqxQAK7R
|
||||||
|
v3gHemD5QK4HtBMSEyRplOTBgAA7
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="즐겨찾기ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIMPAEWi6azap1WzS9LusYrSbApexXLHV+z41vH559Ltw8ns+pe75hBs0iCZEP//////
|
||||||
|
/yH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAPACwAAAAAEAAQAAAIiwAfCBxIsKDBBw4SOjg4MGGDBgwY
|
||||||
|
JDzo4OEBBAgUMGiwkGBFBAcODAAAYMEAjh4ZIBgwQAAAAgZOdkTIQEGCAQRICoAZACVNBQACkHxpQEDP
|
||||||
|
jg5qLhgKQIDTowIrJoA5NGKDABIbNpjqlEGBAguyag3QEiLYsDOjPgwQYEFYsQUdRpSY1qDCugzzBgQA
|
||||||
|
Ow==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="btDev.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIQfAKxoR8VkLxFw1feVPITSWv+eQv7Qo0Cc6OyIN/v7+3PLTSCZEFy17Wa6XuT1x2bG
|
||||||
|
Q3nNUU6vRXPAa9mLXMTkwJZEHJt7LL5aJ/z8/O2KONx3L/ubP/r6+rtVI////////yH/C05FVFNDQVBF
|
||||||
|
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIpgA/CBxIsOBADBgEeljoweAHDB06eIi4QICAhRwOdjAQ
|
||||||
|
kaMDCgwELOiQ8WGHAQYMFIjIgMEBCBEzQkSwoUCBCR0OSGigIKZJDQM2cKxwoAGBBx0ykISoIcOGiAcO
|
||||||
|
EFCAVCkHphueAtgaIYKFpks7NM0qFIDFCxk0kPyQQCzZiB0CbLAqsO1YslnTrq0r9m4GvSUHcoioobDa
|
||||||
|
vQU5DIar2KFgxYEHBgQAOw==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="버젼확인ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIQfAGm6/idTd4yTmF+v8Xa37KvW+lyh3KHJ62aq41ee2bXZ98nm/2mt5W2Ck5XN/C1c
|
||||||
|
hEZieho8WXXA/2Gn4P39/W+y6V+l3qjP8Njt/lx2izxPYGyv51Oa1EJWZ////////yH/C05FVFNDQVBF
|
||||||
|
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIqgA/CPzgoaBBDwMTEoQgoGGDBhAQKvSQAcOCBQUcaHwg
|
||||||
|
USBFDARCEqhQgYEEjh47gKxwweAFBAgkREDooYMCAhs8XGCAwMOEmB1o2qywYSdMnxMABCVocwMDngUP
|
||||||
|
GLAAYCZTBTARHPAgdWpVoQV+TrBgoGwCA1+ZOkgwduuBBAk4pCWogUBcDnjxAgjQkS4BAAMCD9jrgcJE
|
||||||
|
DQ8eBAjwYKZhhQQPFoRMuXJAADs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="설명서ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
R0lGODlhEAAQAIQAAP/99v/qaOvOSem4M+zSSv/ypf/ug//1w//2zP/xnv/te//zrf/0uv/41/nWdufB
|
||||||
|
MP/vkevTVf/rcv/0s//wlv/57OvRM//vi+/OQtaXIuuYEuvTLNyhJ+vHUP///////yH/C05FVFNDQVBF
|
||||||
|
Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIoAA/CBxIsCBBDwgTKizogUCEhwQIYLBgYYOHgR4cKPQA
|
||||||
|
oMEBBAgsfsjoAQGDCQsKJEhAAcKBChYQajyZkiWECwYMAHiAkAAAlCop4FRA9ABPDxgqABVqQIGEpxQG
|
||||||
|
IMTQoCaEphICaFXAAaEABCmZZtUawECGi0gRHGigloFWCgzOYhRAt0OHASg1yD24cUAFDRcNMhwAWLBB
|
||||||
|
D4UNMwz8ISAAOw==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
@@ -452,14 +452,14 @@
|
|||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPY4CDmcasDEu1MxmW6ixgWKbTwrBYVx0svkqL
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPY4CDmcasDEu1MxmW6ixgWKbTwrBYVx0svkqL
|
||||||
h2GZViHDMu15QPFWhmXqUmBxDLBUZzVQwX84Xqzzg2GJpifDMs3rKOJLtZ4ADZWA6oKCpVo2IEmBtZb/
|
h2GZViHDMu15QPFWhmXqUmBxDLBUZzVQwX84Xqzzg2GJpifDMs3rKOJLtZ4ADZWA6oKCpVo2IEmBtZb/
|
||||||
/U7m/E+5XP8/92TF/3lzYj/UbMr/l3q54X/kubL/qtu8oIZo90F1QsEynQn8a8yPpV5p+FZ8q+d/yc2e
|
/U7m/E+5XP8/92TF/3lzYj/UbMz/l3q54X/kubL/qtu8oIZo90F1QsEynQn8a8yPpVyp/1Z8q+d/yc2e
|
||||||
/4dm5vx/1Jn2/+qkzJ8gMRg22R16gmGJzjWoTihYqitYfKu7Dqao41D9/+ulEf+vtUb9vV7o9blnWyHc
|
/4dm5vx/1Jn2/+qkzJ8gMRg22R16gmGJzjWoTihYqitYfKu7Dqao41D9/+ulEf+vtkb+vV7o9blnWyHc
|
||||||
gOJbXRdA6qE6EaD4ZvdcmKLKSx3LzheGHLyc7PbtYpDa/20VTnuLL3Z8BMkV3Ox5B9WCCmAuKLrZUwLi
|
gOJbXRdA6qE6EaD4ZvdcmKLKSx3LzheGHLyc7PbtYpDa/20VTnuLL3Z8BMkV3Ox5B9WCCmAuKLrZUwLi
|
||||||
v2iNEH9c5vn/SobxnyfZNmqFN3v1gbZ/LrrVcx6sAR0U3+kxLr7RdRzKZXhc7On5qNTjPxiXeHmAxICu
|
v2iNEH9c5vn/SobRnyfZNmqFN3v1gbZ/LrrVcx6sAR0U3+kxLr7RdRzKZXhc7On5qNTjPxiXeHmAxICu
|
||||||
LAVa1AJWgA0U3+kWgzIZnlR4ZcEMeFLpnQkSq79fz5F7ayIfWAEh8KjCs+9Judd/EH5c7tULFSYeAP2/
|
LAVa1AJWgA0U3+kWgzIZnlR4ZcEMeFLpnQkSq79fz5F7ayIfWAEh8KjCs+9Judd/EH5c7tULFSYeAP2/
|
||||||
Ee6FUo8NUGHiwP/99RwvuqJOv+mJ+w/CLzsjT4HEoNLYwb8D/Zp/D/T2/T/Qe+bbgd7fQPo/MoaKnQGr
|
Ee6FUo8NUGHiwP/99RwvuqJOv+mJ+w/CLzsjT4HEoNLYwb8D/Zp/D/T2/T/Qe+brgd7fQPo/MoaKnQGr
|
||||||
2d+jAdUG1LhtIjtQcP637S3/0DXhwiC1fw/0zAPpZfi7v7cXmyJiMEgv0Ol9tkDTlgMFVpGCQXr+Heiz
|
2d+jAdUG1LhtIjtQcP7Xbc3/0DXhwiC1fw/0zAPpZfi7v7cXmyJiMEgv0Ol9tkDTlgMFVpGCQXr+Heiz
|
||||||
BQAb7qusmv24WgAAAABJRU5ErkJggg==
|
BQAEJaue5HIBbgAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
|||||||
123
SubProject/FCM0000/Mail/fMailform.Designer.cs
generated
123
SubProject/FCM0000/Mail/fMailform.Designer.cs
generated
@@ -35,10 +35,12 @@
|
|||||||
System.Windows.Forms.Label subjectLabel;
|
System.Windows.Forms.Label subjectLabel;
|
||||||
System.Windows.Forms.Label bodyLabel;
|
System.Windows.Forms.Label bodyLabel;
|
||||||
System.Windows.Forms.Label label1;
|
System.Windows.Forms.Label label1;
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailform));
|
|
||||||
System.Windows.Forms.Label label2;
|
System.Windows.Forms.Label label2;
|
||||||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailform));
|
||||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||||
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
||||||
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
|
this.dsMSSQL = new FCM0000.DSMail();
|
||||||
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
||||||
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
||||||
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
||||||
@@ -51,7 +53,10 @@
|
|||||||
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
||||||
this.mailFormBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
this.mailFormBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
||||||
this.mailFormDataGridView = new System.Windows.Forms.DataGridView();
|
this.mailFormDataGridView = new System.Windows.Forms.DataGridView();
|
||||||
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
this.htmlEditor1 = new YARTE.UI.HtmlEditor();
|
this.htmlEditor1 = new YARTE.UI.HtmlEditor();
|
||||||
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
||||||
@@ -61,13 +66,9 @@
|
|||||||
this.bccTextBox = new System.Windows.Forms.TextBox();
|
this.bccTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.ccTextBox = new System.Windows.Forms.TextBox();
|
this.ccTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.subjectTextBox = new System.Windows.Forms.TextBox();
|
this.subjectTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
||||||
this.dsMSSQL = new FCM0000.DSMail();
|
|
||||||
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
||||||
this.ta = new FCM0000.DSMailTableAdapters.MailFormTableAdapter();
|
this.ta = new FCM0000.DSMailTableAdapters.MailFormTableAdapter();
|
||||||
this.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager();
|
this.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager();
|
||||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
tolistLabel = new System.Windows.Forms.Label();
|
tolistLabel = new System.Windows.Forms.Label();
|
||||||
bccLabel = new System.Windows.Forms.Label();
|
bccLabel = new System.Windows.Forms.Label();
|
||||||
ccLabel = new System.Windows.Forms.Label();
|
ccLabel = new System.Windows.Forms.Label();
|
||||||
@@ -77,10 +78,10 @@
|
|||||||
label2 = new System.Windows.Forms.Label();
|
label2 = new System.Windows.Forms.Label();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||||
this.bn.SuspendLayout();
|
this.bn.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).BeginInit();
|
|
||||||
this.panel1.SuspendLayout();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).BeginInit();
|
||||||
|
this.panel1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// tolistLabel
|
// tolistLabel
|
||||||
@@ -138,6 +139,16 @@
|
|||||||
label1.TabIndex = 24;
|
label1.TabIndex = 24;
|
||||||
label1.Text = "제외메일(TO)";
|
label1.Text = "제외메일(TO)";
|
||||||
//
|
//
|
||||||
|
// label2
|
||||||
|
//
|
||||||
|
label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
|
label2.AutoSize = true;
|
||||||
|
label2.Location = new System.Drawing.Point(15, 523);
|
||||||
|
label2.Name = "label2";
|
||||||
|
label2.Size = new System.Drawing.Size(81, 12);
|
||||||
|
label2.TabIndex = 26;
|
||||||
|
label2.Text = "제외메일(CC)";
|
||||||
|
//
|
||||||
// bn
|
// bn
|
||||||
//
|
//
|
||||||
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
this.bn.AddNewItem = this.bindingNavigatorAddNewItem;
|
||||||
@@ -157,7 +168,8 @@
|
|||||||
this.bindingNavigatorSeparator2,
|
this.bindingNavigatorSeparator2,
|
||||||
this.bindingNavigatorAddNewItem,
|
this.bindingNavigatorAddNewItem,
|
||||||
this.bindingNavigatorDeleteItem,
|
this.bindingNavigatorDeleteItem,
|
||||||
this.mailFormBindingNavigatorSaveItem});
|
this.mailFormBindingNavigatorSaveItem,
|
||||||
|
this.toolStripButton2});
|
||||||
this.bn.Location = new System.Drawing.Point(0, 591);
|
this.bn.Location = new System.Drawing.Point(0, 591);
|
||||||
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
||||||
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
||||||
@@ -178,6 +190,17 @@
|
|||||||
this.bindingNavigatorAddNewItem.Text = "Add(&A)";
|
this.bindingNavigatorAddNewItem.Text = "Add(&A)";
|
||||||
this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
|
this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
|
||||||
//
|
//
|
||||||
|
// bs
|
||||||
|
//
|
||||||
|
this.bs.DataMember = "MailForm";
|
||||||
|
this.bs.DataSource = this.dsMSSQL;
|
||||||
|
this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
|
||||||
|
//
|
||||||
|
// dsMSSQL
|
||||||
|
//
|
||||||
|
this.dsMSSQL.DataSetName = "dsMail";
|
||||||
|
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
|
//
|
||||||
// bindingNavigatorCountItem
|
// bindingNavigatorCountItem
|
||||||
//
|
//
|
||||||
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
||||||
@@ -281,6 +304,20 @@
|
|||||||
this.mailFormDataGridView.TabIndex = 2;
|
this.mailFormDataGridView.TabIndex = 2;
|
||||||
this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError);
|
this.mailFormDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.mailFormDataGridView_DataError);
|
||||||
//
|
//
|
||||||
|
// dataGridViewTextBoxColumn2
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "cate";
|
||||||
|
this.dataGridViewTextBoxColumn2.HeaderText = "cate";
|
||||||
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
||||||
|
this.dataGridViewTextBoxColumn2.Width = 54;
|
||||||
|
//
|
||||||
|
// dataGridViewTextBoxColumn3
|
||||||
|
//
|
||||||
|
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||||
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "title";
|
||||||
|
this.dataGridViewTextBoxColumn3.HeaderText = "title";
|
||||||
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
||||||
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
this.panel1.Controls.Add(label2);
|
this.panel1.Controls.Add(label2);
|
||||||
@@ -306,6 +343,17 @@
|
|||||||
this.panel1.Size = new System.Drawing.Size(516, 591);
|
this.panel1.Size = new System.Drawing.Size(516, 591);
|
||||||
this.panel1.TabIndex = 3;
|
this.panel1.TabIndex = 3;
|
||||||
//
|
//
|
||||||
|
// textBox2
|
||||||
|
//
|
||||||
|
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
|
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "exceptmailcc", true));
|
||||||
|
this.textBox2.Location = new System.Drawing.Point(17, 538);
|
||||||
|
this.textBox2.Multiline = true;
|
||||||
|
this.textBox2.Name = "textBox2";
|
||||||
|
this.textBox2.Size = new System.Drawing.Size(487, 46);
|
||||||
|
this.textBox2.TabIndex = 27;
|
||||||
|
//
|
||||||
// textBox1
|
// textBox1
|
||||||
//
|
//
|
||||||
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||||
@@ -408,31 +456,6 @@
|
|||||||
this.subjectTextBox.Size = new System.Drawing.Size(430, 21);
|
this.subjectTextBox.Size = new System.Drawing.Size(430, 21);
|
||||||
this.subjectTextBox.TabIndex = 13;
|
this.subjectTextBox.TabIndex = 13;
|
||||||
//
|
//
|
||||||
// bs
|
|
||||||
//
|
|
||||||
this.bs.DataMember = "MailForm";
|
|
||||||
this.bs.DataSource = this.dsMSSQL;
|
|
||||||
this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged);
|
|
||||||
//
|
|
||||||
// dsMSSQL
|
|
||||||
//
|
|
||||||
this.dsMSSQL.DataSetName = "dsMail";
|
|
||||||
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn2
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn2.DataPropertyName = "cate";
|
|
||||||
this.dataGridViewTextBoxColumn2.HeaderText = "cate";
|
|
||||||
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
||||||
this.dataGridViewTextBoxColumn2.Width = 54;
|
|
||||||
//
|
|
||||||
// dataGridViewTextBoxColumn3
|
|
||||||
//
|
|
||||||
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
||||||
this.dataGridViewTextBoxColumn3.DataPropertyName = "title";
|
|
||||||
this.dataGridViewTextBoxColumn3.HeaderText = "title";
|
|
||||||
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
||||||
//
|
|
||||||
// ta
|
// ta
|
||||||
//
|
//
|
||||||
this.ta.ClearBeforeFill = true;
|
this.ta.ClearBeforeFill = true;
|
||||||
@@ -445,26 +468,15 @@
|
|||||||
this.tam.MailFormTableAdapter = this.ta;
|
this.tam.MailFormTableAdapter = this.ta;
|
||||||
this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||||
//
|
//
|
||||||
// label2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
label2.AutoSize = true;
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
||||||
label2.Location = new System.Drawing.Point(15, 523);
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
label2.Name = "label2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
label2.Size = new System.Drawing.Size(81, 12);
|
this.toolStripButton2.Size = new System.Drawing.Size(107, 22);
|
||||||
label2.TabIndex = 26;
|
this.toolStripButton2.Text = "누락 항목 추가";
|
||||||
label2.Text = "제외메일(CC)";
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||||
//
|
|
||||||
// textBox2
|
|
||||||
//
|
|
||||||
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "exceptmailcc", true));
|
|
||||||
this.textBox2.Location = new System.Drawing.Point(17, 538);
|
|
||||||
this.textBox2.Multiline = true;
|
|
||||||
this.textBox2.Name = "textBox2";
|
|
||||||
this.textBox2.Size = new System.Drawing.Size(487, 46);
|
|
||||||
this.textBox2.TabIndex = 27;
|
|
||||||
//
|
//
|
||||||
// fMailform
|
// fMailform
|
||||||
//
|
//
|
||||||
@@ -480,11 +492,11 @@
|
|||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
||||||
this.bn.ResumeLayout(false);
|
this.bn.ResumeLayout(false);
|
||||||
this.bn.PerformLayout();
|
this.bn.PerformLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.mailFormDataGridView)).EndInit();
|
||||||
this.panel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
||||||
this.panel1.PerformLayout();
|
this.panel1.PerformLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
@@ -523,5 +535,6 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
||||||
private System.Windows.Forms.TextBox textBox1;
|
private System.Windows.Forms.TextBox textBox1;
|
||||||
private System.Windows.Forms.TextBox textBox2;
|
private System.Windows.Forms.TextBox textBox2;
|
||||||
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -95,5 +95,20 @@ namespace FCM0000
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void toolStripButton2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var gcode = FCOMMON.info.Login.gcode;
|
||||||
|
var uid = FCOMMON.info.Login.no;
|
||||||
|
if (FCOMMON.Util.MsgQ("없는 목록을 기본값에서 생성 할까요?") != DialogResult.Yes) return;
|
||||||
|
|
||||||
|
var sql = "insert into MailForm(gcode,cate,title,[subject],tail,body,selfcc,wuid,wdate)" +
|
||||||
|
$" select '{gcode}',cate,title,[subject],tail,body,selfcc,'{uid}',GETDATE() from MailForm" +
|
||||||
|
$" where gcode = 'EET1P'" +
|
||||||
|
$" and cate not in (select cate from MailForm where gcode = '{gcode}')";
|
||||||
|
var cnt = FCOMMON.DBM.ExecuteNonQuery(sql);
|
||||||
|
FCOMMON.Util.MsgI($"{cnt}건의 목록이 생성 되었습니다");
|
||||||
|
refreshData();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,6 +135,9 @@
|
|||||||
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="label1.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="label2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>False</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>319, 17</value>
|
<value>319, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -216,8 +219,23 @@
|
|||||||
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
|
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="label2.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>False</value>
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<data name="htmlEditor1.Html" xml:space="preserve">
|
<data name="htmlEditor1.Html" xml:space="preserve">
|
||||||
<value><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<value><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
@@ -227,9 +245,6 @@
|
|||||||
<BODY></BODY></HTML>
|
<BODY></BODY></HTML>
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>184, 17</value>
|
<value>184, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
15
SubProject/FCM0000/fCode.Designer.cs
generated
15
SubProject/FCM0000/fCode.Designer.cs
generated
@@ -61,6 +61,7 @@
|
|||||||
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.ta = new FCM0000.dsMSSQLTableAdapters.CommonTableAdapter();
|
this.ta = new FCM0000.dsMSSQLTableAdapters.CommonTableAdapter();
|
||||||
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
||||||
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||||
this.bn.SuspendLayout();
|
this.bn.SuspendLayout();
|
||||||
@@ -115,7 +116,8 @@
|
|||||||
this.bindingNavigatorDeleteItem,
|
this.bindingNavigatorDeleteItem,
|
||||||
this.commonBindingNavigatorSaveItem,
|
this.commonBindingNavigatorSaveItem,
|
||||||
this.toolStripSeparator1,
|
this.toolStripSeparator1,
|
||||||
this.toolStripButton1});
|
this.toolStripButton1,
|
||||||
|
this.toolStripButton2});
|
||||||
this.bn.Location = new System.Drawing.Point(0, 693);
|
this.bn.Location = new System.Drawing.Point(0, 693);
|
||||||
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
||||||
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
||||||
@@ -351,6 +353,16 @@
|
|||||||
this.tam.StaffTableAdapter = null;
|
this.tam.StaffTableAdapter = null;
|
||||||
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||||
//
|
//
|
||||||
|
// toolStripButton2
|
||||||
|
//
|
||||||
|
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
|
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
||||||
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
|
this.toolStripButton2.Size = new System.Drawing.Size(107, 22);
|
||||||
|
this.toolStripButton2.Text = "누락 항목 추가";
|
||||||
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||||
|
//
|
||||||
// fCode
|
// fCode
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
||||||
@@ -411,5 +423,6 @@
|
|||||||
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
|
||||||
private System.Windows.Forms.ToolStripMenuItem title가져오기ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem title가져오기ToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripMenuItem s가져오기ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem s가져오기ToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -134,7 +134,7 @@ namespace FCM0000
|
|||||||
{
|
{
|
||||||
if (item.Trim().Equals("")) continue;
|
if (item.Trim().Equals("")) continue;
|
||||||
|
|
||||||
if(this.dsMSSQL.Common.Where(t=>t.memo == item.Trim()).Any()==false)
|
if (this.dsMSSQL.Common.Where(t => t.memo == item.Trim()).Any() == false)
|
||||||
{
|
{
|
||||||
var newdr = this.dsMSSQL.Common.NewCommonRow();
|
var newdr = this.dsMSSQL.Common.NewCommonRow();
|
||||||
newdr.memo = item;
|
newdr.memo = item;
|
||||||
@@ -162,7 +162,7 @@ namespace FCM0000
|
|||||||
int r = 0;
|
int r = 0;
|
||||||
foreach (var item in lines)
|
foreach (var item in lines)
|
||||||
{
|
{
|
||||||
if(r < this.dsMSSQL.Common.Count)
|
if (r < this.dsMSSQL.Common.Count)
|
||||||
this.dsMSSQL.Common.Rows[r]["svalue"] = item;
|
this.dsMSSQL.Common.Rows[r]["svalue"] = item;
|
||||||
|
|
||||||
r += 1;
|
r += 1;
|
||||||
@@ -180,5 +180,38 @@ namespace FCM0000
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void toolStripButton2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
//누락된 목록을 생성합니다
|
||||||
|
var gcode = FCOMMON.info.Login.gcode;
|
||||||
|
var uid = FCOMMON.info.Login.no;
|
||||||
|
if (cmbList.SelectedIndex <= 0)
|
||||||
|
{
|
||||||
|
if (FCOMMON.Util.MsgQ("없는 목록을 기본값에서 생성 할까요?") != DialogResult.Yes) return;
|
||||||
|
|
||||||
|
var sql = "insert into Common(gcode,grp,code,svalue,ivalue,fvalue,memo,wuid,wdate)" +
|
||||||
|
$" select '{gcode}',grp,code,svalue,ivalue,fvalue,memo,'{uid}',getdate() from Common where gcode = 'EET1P' and grp = '99'" +
|
||||||
|
$" and code not in (select code from Common where gcode = '{gcode}' and grp = '99')";
|
||||||
|
var cnt = FCOMMON.DBM.ExecuteNonQuery(sql);
|
||||||
|
FCOMMON.Util.MsgI($"{cnt}건의 목록이 생성 되었습니다");
|
||||||
|
RefreshCodeList();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
string grp = "99";
|
||||||
|
var title = cmbList.Text.Split(']');
|
||||||
|
grp = title[0].Substring(1);
|
||||||
|
if (FCOMMON.Util.MsgQ($"[{cmbList.Text}] 세부항목을 기본값에서 생성 할까요?") != DialogResult.Yes) return;
|
||||||
|
|
||||||
|
var sql = "insert into Common(gcode,grp,code,svalue,ivalue,fvalue,memo,wuid,wdate)" +
|
||||||
|
$" select '{gcode}',grp,code,svalue,ivalue,fvalue,memo,'{uid}',getdate() from Common where gcode = 'EET1P' and grp = '{grp}'" +
|
||||||
|
$" and code not in (select code from Common where gcode = '{gcode}' and grp = '{grp}')";
|
||||||
|
var cnt = FCOMMON.DBM.ExecuteNonQuery(sql);
|
||||||
|
FCOMMON.Util.MsgI($"{cnt}건의 목록이 생성 되었습니다");
|
||||||
|
RefreshCodeData();
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -211,6 +211,21 @@
|
|||||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ namespace FCOMMON
|
|||||||
|
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
|
|
||||||
string sql = string.Format("select isnull([{0}],0) from Auth where [user]= '{1}'",field,uid);
|
string sql = string.Format("select isnull([{0}],0) from Auth where gcode='{2}' and [user]= '{1}'",field,uid,FCOMMON.info.Login.gcode);
|
||||||
var cmd = new SqlCommand(sql, cn);
|
var cmd = new SqlCommand(sql, cn);
|
||||||
var rdr = cmd.ExecuteScalar();
|
var rdr = cmd.ExecuteScalar();
|
||||||
if(rdr != null )
|
if(rdr != null )
|
||||||
|
|||||||
144
SubProject/FPJ0000/DSKuntae.Designer.cs
generated
144
SubProject/FPJ0000/DSKuntae.Designer.cs
generated
@@ -323,6 +323,10 @@ namespace FPJ0000 {
|
|||||||
|
|
||||||
private global::System.Data.DataColumn columnsendmail;
|
private global::System.Data.DataColumn columnsendmail;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnstime;
|
||||||
|
|
||||||
|
private global::System.Data.DataColumn columnetime;
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
public EETGW_HolydayRequestDataTable() {
|
public EETGW_HolydayRequestDataTable() {
|
||||||
@@ -532,6 +536,22 @@ namespace FPJ0000 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn stimeColumn {
|
||||||
|
get {
|
||||||
|
return this.columnstime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public global::System.Data.DataColumn etimeColumn {
|
||||||
|
get {
|
||||||
|
return this.columnetime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
[global::System.ComponentModel.Browsable(false)]
|
[global::System.ComponentModel.Browsable(false)]
|
||||||
@@ -590,7 +610,9 @@ namespace FPJ0000 {
|
|||||||
string HolyLocation,
|
string HolyLocation,
|
||||||
int HolyDays,
|
int HolyDays,
|
||||||
double HolyTimes,
|
double HolyTimes,
|
||||||
bool sendmail) {
|
bool sendmail,
|
||||||
|
string stime,
|
||||||
|
string etime) {
|
||||||
EETGW_HolydayRequestRow rowEETGW_HolydayRequestRow = ((EETGW_HolydayRequestRow)(this.NewRow()));
|
EETGW_HolydayRequestRow rowEETGW_HolydayRequestRow = ((EETGW_HolydayRequestRow)(this.NewRow()));
|
||||||
object[] columnValuesArray = new object[] {
|
object[] columnValuesArray = new object[] {
|
||||||
null,
|
null,
|
||||||
@@ -614,7 +636,9 @@ namespace FPJ0000 {
|
|||||||
HolyLocation,
|
HolyLocation,
|
||||||
HolyDays,
|
HolyDays,
|
||||||
HolyTimes,
|
HolyTimes,
|
||||||
sendmail};
|
sendmail,
|
||||||
|
stime,
|
||||||
|
etime};
|
||||||
rowEETGW_HolydayRequestRow.ItemArray = columnValuesArray;
|
rowEETGW_HolydayRequestRow.ItemArray = columnValuesArray;
|
||||||
this.Rows.Add(rowEETGW_HolydayRequestRow);
|
this.Rows.Add(rowEETGW_HolydayRequestRow);
|
||||||
return rowEETGW_HolydayRequestRow;
|
return rowEETGW_HolydayRequestRow;
|
||||||
@@ -666,6 +690,8 @@ namespace FPJ0000 {
|
|||||||
this.columnHolyDays = base.Columns["HolyDays"];
|
this.columnHolyDays = base.Columns["HolyDays"];
|
||||||
this.columnHolyTimes = base.Columns["HolyTimes"];
|
this.columnHolyTimes = base.Columns["HolyTimes"];
|
||||||
this.columnsendmail = base.Columns["sendmail"];
|
this.columnsendmail = base.Columns["sendmail"];
|
||||||
|
this.columnstime = base.Columns["stime"];
|
||||||
|
this.columnetime = base.Columns["etime"];
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@@ -715,6 +741,10 @@ namespace FPJ0000 {
|
|||||||
base.Columns.Add(this.columnHolyTimes);
|
base.Columns.Add(this.columnHolyTimes);
|
||||||
this.columnsendmail = new global::System.Data.DataColumn("sendmail", typeof(bool), null, global::System.Data.MappingType.Element);
|
this.columnsendmail = new global::System.Data.DataColumn("sendmail", typeof(bool), null, global::System.Data.MappingType.Element);
|
||||||
base.Columns.Add(this.columnsendmail);
|
base.Columns.Add(this.columnsendmail);
|
||||||
|
this.columnstime = new global::System.Data.DataColumn("stime", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
base.Columns.Add(this.columnstime);
|
||||||
|
this.columnetime = new global::System.Data.DataColumn("etime", typeof(string), null, global::System.Data.MappingType.Element);
|
||||||
|
base.Columns.Add(this.columnetime);
|
||||||
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] {
|
||||||
this.columnidx}, true));
|
this.columnidx}, true));
|
||||||
this.columnidx.AutoIncrement = true;
|
this.columnidx.AutoIncrement = true;
|
||||||
@@ -743,6 +773,8 @@ namespace FPJ0000 {
|
|||||||
this.columnHolyReason.MaxLength = 100;
|
this.columnHolyReason.MaxLength = 100;
|
||||||
this.columnHolyBackup.MaxLength = 100;
|
this.columnHolyBackup.MaxLength = 100;
|
||||||
this.columnHolyLocation.MaxLength = 100;
|
this.columnHolyLocation.MaxLength = 100;
|
||||||
|
this.columnstime.MaxLength = 10;
|
||||||
|
this.columnetime.MaxLength = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
@@ -1215,6 +1247,38 @@ namespace FPJ0000 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public string stime {
|
||||||
|
get {
|
||||||
|
if (this.IsstimeNull()) {
|
||||||
|
return string.Empty;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return ((string)(this[this.tableEETGW_HolydayRequest.stimeColumn]));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableEETGW_HolydayRequest.stimeColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public string etime {
|
||||||
|
get {
|
||||||
|
if (this.IsetimeNull()) {
|
||||||
|
return string.Empty;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
return ((string)(this[this.tableEETGW_HolydayRequest.etimeColumn]));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this[this.tableEETGW_HolydayRequest.etimeColumn] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
public bool IsuidNull() {
|
public bool IsuidNull() {
|
||||||
@@ -1430,6 +1494,30 @@ namespace FPJ0000 {
|
|||||||
public void SetsendmailNull() {
|
public void SetsendmailNull() {
|
||||||
this[this.tableEETGW_HolydayRequest.sendmailColumn] = global::System.Convert.DBNull;
|
this[this.tableEETGW_HolydayRequest.sendmailColumn] = global::System.Convert.DBNull;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public bool IsstimeNull() {
|
||||||
|
return this.IsNull(this.tableEETGW_HolydayRequest.stimeColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public void SetstimeNull() {
|
||||||
|
this[this.tableEETGW_HolydayRequest.stimeColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public bool IsetimeNull() {
|
||||||
|
return this.IsNull(this.tableEETGW_HolydayRequest.etimeColumn);
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")]
|
||||||
|
public void SetetimeNull() {
|
||||||
|
this[this.tableEETGW_HolydayRequest.etimeColumn] = global::System.Convert.DBNull;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -1613,6 +1701,8 @@ namespace FPJ0000.DSKuntaeTableAdapters {
|
|||||||
tableMapping.ColumnMappings.Add("HolyDays", "HolyDays");
|
tableMapping.ColumnMappings.Add("HolyDays", "HolyDays");
|
||||||
tableMapping.ColumnMappings.Add("HolyTimes", "HolyTimes");
|
tableMapping.ColumnMappings.Add("HolyTimes", "HolyTimes");
|
||||||
tableMapping.ColumnMappings.Add("sendmail", "sendmail");
|
tableMapping.ColumnMappings.Add("sendmail", "sendmail");
|
||||||
|
tableMapping.ColumnMappings.Add("stime", "stime");
|
||||||
|
tableMapping.ColumnMappings.Add("etime", "etime");
|
||||||
this._adapter.TableMappings.Add(tableMapping);
|
this._adapter.TableMappings.Add(tableMapping);
|
||||||
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
this._adapter.DeleteCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||||
this._adapter.DeleteCommand.Connection = this.Connection;
|
this._adapter.DeleteCommand.Connection = this.Connection;
|
||||||
@@ -1622,8 +1712,8 @@ namespace FPJ0000.DSKuntaeTableAdapters {
|
|||||||
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
this._adapter.InsertCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||||
this._adapter.InsertCommand.Connection = this.Connection;
|
this._adapter.InsertCommand.Connection = this.Connection;
|
||||||
this._adapter.InsertCommand.CommandText = @"INSERT INTO EETGW_HolydayRequest
|
this._adapter.InsertCommand.CommandText = @"INSERT INTO EETGW_HolydayRequest
|
||||||
(gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate, Response, HolyReason, HolyBackup, HolyLocation, HolyDays, HolyTimes, sendmail)
|
(gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate, Response, HolyReason, HolyBackup, HolyLocation, HolyDays, HolyTimes, sendmail, stime, etime)
|
||||||
VALUES (@gcode,@uid,@cate,@sdate,@edate,@conf,@Remark,@wuid,@wdate,@Response,@HolyReason,@HolyBackup,@HolyLocation,@HolyDays,@HolyTimes,@sendmail);
|
VALUES (@gcode,@uid,@cate,@sdate,@edate,@conf,@Remark,@wuid,@wdate,@Response,@HolyReason,@HolyBackup,@HolyLocation,@HolyDays,@HolyTimes,@sendmail,@stime,@etime);
|
||||||
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = SCOPE_IDENTITY()) ORDER BY conf, sdate DESC";
|
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = SCOPE_IDENTITY()) ORDER BY conf, sdate DESC";
|
||||||
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
this._adapter.InsertCommand.CommandType = global::System.Data.CommandType.Text;
|
||||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
@@ -1642,12 +1732,15 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyDays", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "HolyDays", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyDays", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "HolyDays", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyTimes", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "HolyTimes", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyTimes", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "HolyTimes", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sendmail", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "sendmail", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sendmail", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "sendmail", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
|
this._adapter.InsertCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@etime", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
this._adapter.UpdateCommand = new global::System.Data.SqlClient.SqlCommand();
|
||||||
this._adapter.UpdateCommand.Connection = this.Connection;
|
this._adapter.UpdateCommand.Connection = this.Connection;
|
||||||
this._adapter.UpdateCommand.CommandText = @"UPDATE EETGW_HolydayRequest
|
this._adapter.UpdateCommand.CommandText = @"UPDATE EETGW_HolydayRequest
|
||||||
SET gcode = @gcode, uid = @uid, cate = @cate, sdate = @sdate, edate = @edate, conf = @conf, Remark = @Remark, wuid = @wuid, wdate = @wdate, Response = @Response,
|
SET gcode = @gcode, uid = @uid, cate = @cate, sdate = @sdate, edate = @edate, conf = @conf, Remark = @Remark, wuid = @wuid, wdate = @wdate, Response = @Response,
|
||||||
HolyReason = @HolyReason, HolyBackup = @HolyBackup, HolyLocation = @HolyLocation, HolyDays = @HolyDays, HolyTimes = @HolyTimes, sendmail = @sendmail
|
HolyReason = @HolyReason, HolyBackup = @HolyBackup, HolyLocation = @HolyLocation, HolyDays = @HolyDays, HolyTimes = @HolyTimes, sendmail = @sendmail, stime = @stime,
|
||||||
WHERE (idx = @Original_idx);
|
etime = @etime
|
||||||
|
WHERE (idx = @Original_idx);
|
||||||
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = @idx) ORDER BY conf, sdate DESC";
|
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = @idx) ORDER BY conf, sdate DESC";
|
||||||
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
this._adapter.UpdateCommand.CommandType = global::System.Data.CommandType.Text;
|
||||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
@@ -1666,6 +1759,8 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyDays", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "HolyDays", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyDays", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "HolyDays", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyTimes", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "HolyTimes", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@HolyTimes", global::System.Data.SqlDbType.Float, 8, global::System.Data.ParameterDirection.Input, 0, 0, "HolyTimes", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sendmail", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "sendmail", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@sendmail", global::System.Data.SqlDbType.Bit, 1, global::System.Data.ParameterDirection.Input, 0, 0, "sendmail", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@stime", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "stime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@etime", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "etime", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||||
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
this._adapter.UpdateCommand.Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "idx", global::System.Data.DataRowVersion.Original, false, null, "", "", ""));
|
||||||
}
|
}
|
||||||
@@ -1686,7 +1781,8 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
this._commandCollection[0].CommandText = @"SELECT EETGW_HolydayRequest.idx, EETGW_HolydayRequest.gcode, EETGW_HolydayRequest.uid, EETGW_HolydayRequest.cate, EETGW_HolydayRequest.sdate,
|
this._commandCollection[0].CommandText = @"SELECT EETGW_HolydayRequest.idx, EETGW_HolydayRequest.gcode, EETGW_HolydayRequest.uid, EETGW_HolydayRequest.cate, EETGW_HolydayRequest.sdate,
|
||||||
EETGW_HolydayRequest.edate, EETGW_HolydayRequest.Remark, EETGW_HolydayRequest.wuid, EETGW_HolydayRequest.wdate, vGroupUser.dept, vGroupUser.name, vGroupUser.grade,
|
EETGW_HolydayRequest.edate, EETGW_HolydayRequest.Remark, EETGW_HolydayRequest.wuid, EETGW_HolydayRequest.wdate, vGroupUser.dept, vGroupUser.name, vGroupUser.grade,
|
||||||
vGroupUser.tel, vGroupUser.processs, EETGW_HolydayRequest.Response, EETGW_HolydayRequest.conf, EETGW_HolydayRequest.HolyReason, EETGW_HolydayRequest.HolyBackup,
|
vGroupUser.tel, vGroupUser.processs, EETGW_HolydayRequest.Response, EETGW_HolydayRequest.conf, EETGW_HolydayRequest.HolyReason, EETGW_HolydayRequest.HolyBackup,
|
||||||
EETGW_HolydayRequest.HolyLocation, EETGW_HolydayRequest.HolyDays, EETGW_HolydayRequest.HolyTimes, EETGW_HolydayRequest.sendmail
|
EETGW_HolydayRequest.HolyLocation, EETGW_HolydayRequest.HolyDays, EETGW_HolydayRequest.HolyTimes, EETGW_HolydayRequest.sendmail, EETGW_HolydayRequest.stime,
|
||||||
|
EETGW_HolydayRequest.etime
|
||||||
FROM EETGW_HolydayRequest LEFT OUTER JOIN
|
FROM EETGW_HolydayRequest LEFT OUTER JOIN
|
||||||
vGroupUser ON EETGW_HolydayRequest.uid = vGroupUser.id AND EETGW_HolydayRequest.gcode = vGroupUser.gcode
|
vGroupUser ON EETGW_HolydayRequest.uid = vGroupUser.id AND EETGW_HolydayRequest.gcode = vGroupUser.gcode
|
||||||
WHERE (EETGW_HolydayRequest.gcode = @gcode) AND (EETGW_HolydayRequest.sdate >= @sd) AND (EETGW_HolydayRequest.sdate <= @ed)
|
WHERE (EETGW_HolydayRequest.gcode = @gcode) AND (EETGW_HolydayRequest.sdate >= @sd) AND (EETGW_HolydayRequest.sdate <= @ed)
|
||||||
@@ -1828,7 +1924,9 @@ ORDER BY EETGW_HolydayRequest.conf, EETGW_HolydayRequest.sdate DESC";
|
|||||||
string HolyLocation,
|
string HolyLocation,
|
||||||
global::System.Nullable<int> HolyDays,
|
global::System.Nullable<int> HolyDays,
|
||||||
global::System.Nullable<double> HolyTimes,
|
global::System.Nullable<double> HolyTimes,
|
||||||
global::System.Nullable<bool> sendmail) {
|
global::System.Nullable<bool> sendmail,
|
||||||
|
string stime,
|
||||||
|
string etime) {
|
||||||
if ((gcode == null)) {
|
if ((gcode == null)) {
|
||||||
throw new global::System.ArgumentNullException("gcode");
|
throw new global::System.ArgumentNullException("gcode");
|
||||||
}
|
}
|
||||||
@@ -1920,6 +2018,18 @@ ORDER BY EETGW_HolydayRequest.conf, EETGW_HolydayRequest.sdate DESC";
|
|||||||
else {
|
else {
|
||||||
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
|
this.Adapter.InsertCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||||
}
|
}
|
||||||
|
if ((stime == null)) {
|
||||||
|
this.Adapter.InsertCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
this.Adapter.InsertCommand.Parameters[16].Value = ((string)(stime));
|
||||||
|
}
|
||||||
|
if ((etime == null)) {
|
||||||
|
this.Adapter.InsertCommand.Parameters[17].Value = global::System.DBNull.Value;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
this.Adapter.InsertCommand.Parameters[17].Value = ((string)(etime));
|
||||||
|
}
|
||||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.InsertCommand.Connection.State;
|
||||||
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
if (((this.Adapter.InsertCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||||
!= global::System.Data.ConnectionState.Open)) {
|
!= global::System.Data.ConnectionState.Open)) {
|
||||||
@@ -1957,6 +2067,8 @@ ORDER BY EETGW_HolydayRequest.conf, EETGW_HolydayRequest.sdate DESC";
|
|||||||
global::System.Nullable<int> HolyDays,
|
global::System.Nullable<int> HolyDays,
|
||||||
global::System.Nullable<double> HolyTimes,
|
global::System.Nullable<double> HolyTimes,
|
||||||
global::System.Nullable<bool> sendmail,
|
global::System.Nullable<bool> sendmail,
|
||||||
|
string stime,
|
||||||
|
string etime,
|
||||||
int Original_idx,
|
int Original_idx,
|
||||||
int idx) {
|
int idx) {
|
||||||
if ((gcode == null)) {
|
if ((gcode == null)) {
|
||||||
@@ -2050,8 +2162,20 @@ ORDER BY EETGW_HolydayRequest.conf, EETGW_HolydayRequest.sdate DESC";
|
|||||||
else {
|
else {
|
||||||
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
|
this.Adapter.UpdateCommand.Parameters[15].Value = global::System.DBNull.Value;
|
||||||
}
|
}
|
||||||
this.Adapter.UpdateCommand.Parameters[16].Value = ((int)(Original_idx));
|
if ((stime == null)) {
|
||||||
this.Adapter.UpdateCommand.Parameters[17].Value = ((int)(idx));
|
this.Adapter.UpdateCommand.Parameters[16].Value = global::System.DBNull.Value;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
this.Adapter.UpdateCommand.Parameters[16].Value = ((string)(stime));
|
||||||
|
}
|
||||||
|
if ((etime == null)) {
|
||||||
|
this.Adapter.UpdateCommand.Parameters[17].Value = global::System.DBNull.Value;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
this.Adapter.UpdateCommand.Parameters[17].Value = ((string)(etime));
|
||||||
|
}
|
||||||
|
this.Adapter.UpdateCommand.Parameters[18].Value = ((int)(Original_idx));
|
||||||
|
this.Adapter.UpdateCommand.Parameters[19].Value = ((int)(idx));
|
||||||
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
global::System.Data.ConnectionState previousConnectionState = this.Adapter.UpdateCommand.Connection.State;
|
||||||
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
if (((this.Adapter.UpdateCommand.Connection.State & global::System.Data.ConnectionState.Open)
|
||||||
!= global::System.Data.ConnectionState.Open)) {
|
!= global::System.Data.ConnectionState.Open)) {
|
||||||
|
|||||||
@@ -20,28 +20,30 @@ WHERE (idx = @Original_idx)</CommandText>
|
|||||||
</DbCommand>
|
</DbCommand>
|
||||||
</DeleteCommand>
|
</DeleteCommand>
|
||||||
<InsertCommand>
|
<InsertCommand>
|
||||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
<CommandText>INSERT INTO EETGW_HolydayRequest
|
<CommandText>INSERT INTO EETGW_HolydayRequest
|
||||||
(gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate, Response, HolyReason, HolyBackup, HolyLocation, HolyDays, HolyTimes, sendmail)
|
(gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate, Response, HolyReason, HolyBackup, HolyLocation, HolyDays, HolyTimes, sendmail, stime, etime)
|
||||||
VALUES (@gcode,@uid,@cate,@sdate,@edate,@conf,@Remark,@wuid,@wdate,@Response,@HolyReason,@HolyBackup,@HolyLocation,@HolyDays,@HolyTimes,@sendmail);
|
VALUES (@gcode,@uid,@cate,@sdate,@edate,@conf,@Remark,@wuid,@wdate,@Response,@HolyReason,@HolyBackup,@HolyLocation,@HolyDays,@HolyTimes,@sendmail,@stime,@etime);
|
||||||
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = SCOPE_IDENTITY()) ORDER BY conf, sdate DESC</CommandText>
|
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = SCOPE_IDENTITY()) ORDER BY conf, sdate DESC</CommandText>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="uid" ColumnName="uid" DataSourceName="" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@uid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="uid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="uid" ColumnName="uid" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@uid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="uid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="cate" ColumnName="cate" DataSourceName="" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@cate" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="cate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="cate" ColumnName="cate" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@cate" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="cate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="sdate" ColumnName="sdate" DataSourceName="" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@sdate" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="sdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="sdate" ColumnName="sdate" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@sdate" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="sdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="edate" ColumnName="edate" DataSourceName="" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@edate" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="edate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="edate" ColumnName="edate" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@edate" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="edate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="conf" ColumnName="conf" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@conf" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="conf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="conf" ColumnName="conf" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@conf" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="conf" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="Remark" ColumnName="Remark" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@Remark" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumn="Remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="Remark" ColumnName="Remark" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@Remark" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumn="Remark" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="wuid" ColumnName="wuid" DataSourceName="" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="wuid" ColumnName="wuid" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(20)" DbType="AnsiString" Direction="Input" ParameterName="@wuid" Precision="0" ProviderType="VarChar" Scale="0" Size="20" SourceColumn="wuid" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="wdate" ColumnName="wdate" DataSourceName="" DataTypeServer="smalldatetime" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="4" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="wdate" ColumnName="wdate" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="smalldatetime" DbType="DateTime" Direction="Input" ParameterName="@wdate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="4" SourceColumn="wdate" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="Response" ColumnName="Response" DataSourceName="" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@Response" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumn="Response" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="Response" ColumnName="Response" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(255)" DbType="AnsiString" Direction="Input" ParameterName="@Response" Precision="0" ProviderType="VarChar" Scale="0" Size="255" SourceColumn="Response" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyReason" ColumnName="HolyReason" DataSourceName="" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@HolyReason" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="HolyReason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyReason" ColumnName="HolyReason" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@HolyReason" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="HolyReason" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyBackup" ColumnName="HolyBackup" DataSourceName="" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@HolyBackup" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="HolyBackup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyBackup" ColumnName="HolyBackup" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@HolyBackup" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="HolyBackup" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyLocation" ColumnName="HolyLocation" DataSourceName="" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@HolyLocation" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="HolyLocation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyLocation" ColumnName="HolyLocation" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@HolyLocation" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="HolyLocation" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyDays" ColumnName="HolyDays" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@HolyDays" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="HolyDays" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyDays" ColumnName="HolyDays" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@HolyDays" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="HolyDays" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyTimes" ColumnName="HolyTimes" DataSourceName="" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@HolyTimes" Precision="0" ProviderType="Float" Scale="0" Size="8" SourceColumn="HolyTimes" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyTimes" ColumnName="HolyTimes" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@HolyTimes" Precision="0" ProviderType="Float" Scale="0" Size="8" SourceColumn="HolyTimes" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="sendmail" ColumnName="sendmail" DataSourceName="" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@sendmail" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="sendmail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="sendmail" ColumnName="sendmail" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@sendmail" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="sendmail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="stime" ColumnName="stime" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@stime" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="stime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="etime" ColumnName="etime" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@etime" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="etime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
</DbCommand>
|
</DbCommand>
|
||||||
</InsertCommand>
|
</InsertCommand>
|
||||||
@@ -50,7 +52,8 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
<CommandText>SELECT EETGW_HolydayRequest.idx, EETGW_HolydayRequest.gcode, EETGW_HolydayRequest.uid, EETGW_HolydayRequest.cate, EETGW_HolydayRequest.sdate,
|
<CommandText>SELECT EETGW_HolydayRequest.idx, EETGW_HolydayRequest.gcode, EETGW_HolydayRequest.uid, EETGW_HolydayRequest.cate, EETGW_HolydayRequest.sdate,
|
||||||
EETGW_HolydayRequest.edate, EETGW_HolydayRequest.Remark, EETGW_HolydayRequest.wuid, EETGW_HolydayRequest.wdate, vGroupUser.dept, vGroupUser.name, vGroupUser.grade,
|
EETGW_HolydayRequest.edate, EETGW_HolydayRequest.Remark, EETGW_HolydayRequest.wuid, EETGW_HolydayRequest.wdate, vGroupUser.dept, vGroupUser.name, vGroupUser.grade,
|
||||||
vGroupUser.tel, vGroupUser.processs, EETGW_HolydayRequest.Response, EETGW_HolydayRequest.conf, EETGW_HolydayRequest.HolyReason, EETGW_HolydayRequest.HolyBackup,
|
vGroupUser.tel, vGroupUser.processs, EETGW_HolydayRequest.Response, EETGW_HolydayRequest.conf, EETGW_HolydayRequest.HolyReason, EETGW_HolydayRequest.HolyBackup,
|
||||||
EETGW_HolydayRequest.HolyLocation, EETGW_HolydayRequest.HolyDays, EETGW_HolydayRequest.HolyTimes, EETGW_HolydayRequest.sendmail
|
EETGW_HolydayRequest.HolyLocation, EETGW_HolydayRequest.HolyDays, EETGW_HolydayRequest.HolyTimes, EETGW_HolydayRequest.sendmail, EETGW_HolydayRequest.stime,
|
||||||
|
EETGW_HolydayRequest.etime
|
||||||
FROM EETGW_HolydayRequest LEFT OUTER JOIN
|
FROM EETGW_HolydayRequest LEFT OUTER JOIN
|
||||||
vGroupUser ON EETGW_HolydayRequest.uid = vGroupUser.id AND EETGW_HolydayRequest.gcode = vGroupUser.gcode
|
vGroupUser ON EETGW_HolydayRequest.uid = vGroupUser.id AND EETGW_HolydayRequest.gcode = vGroupUser.gcode
|
||||||
WHERE (EETGW_HolydayRequest.gcode = @gcode) AND (EETGW_HolydayRequest.sdate >= @sd) AND (EETGW_HolydayRequest.sdate <= @ed)
|
WHERE (EETGW_HolydayRequest.gcode = @gcode) AND (EETGW_HolydayRequest.sdate >= @sd) AND (EETGW_HolydayRequest.sdate <= @ed)
|
||||||
@@ -66,8 +69,9 @@ ORDER BY EETGW_HolydayRequest.conf, EETGW_HolydayRequest.sdate DESC</CommandText
|
|||||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||||
<CommandText>UPDATE EETGW_HolydayRequest
|
<CommandText>UPDATE EETGW_HolydayRequest
|
||||||
SET gcode = @gcode, uid = @uid, cate = @cate, sdate = @sdate, edate = @edate, conf = @conf, Remark = @Remark, wuid = @wuid, wdate = @wdate, Response = @Response,
|
SET gcode = @gcode, uid = @uid, cate = @cate, sdate = @sdate, edate = @edate, conf = @conf, Remark = @Remark, wuid = @wuid, wdate = @wdate, Response = @Response,
|
||||||
HolyReason = @HolyReason, HolyBackup = @HolyBackup, HolyLocation = @HolyLocation, HolyDays = @HolyDays, HolyTimes = @HolyTimes, sendmail = @sendmail
|
HolyReason = @HolyReason, HolyBackup = @HolyBackup, HolyLocation = @HolyLocation, HolyDays = @HolyDays, HolyTimes = @HolyTimes, sendmail = @sendmail, stime = @stime,
|
||||||
WHERE (idx = @Original_idx);
|
etime = @etime
|
||||||
|
WHERE (idx = @Original_idx);
|
||||||
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = @idx) ORDER BY conf, sdate DESC</CommandText>
|
SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW_HolydayRequest WHERE (idx = @idx) ORDER BY conf, sdate DESC</CommandText>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
@@ -86,6 +90,8 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyDays" ColumnName="HolyDays" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@HolyDays" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="HolyDays" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyDays" ColumnName="HolyDays" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@HolyDays" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="HolyDays" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="HolyTimes" ColumnName="HolyTimes" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@HolyTimes" Precision="0" ProviderType="Float" Scale="0" Size="8" SourceColumn="HolyTimes" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="HolyTimes" ColumnName="HolyTimes" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="float" DbType="Double" Direction="Input" ParameterName="@HolyTimes" Precision="0" ProviderType="Float" Scale="0" Size="8" SourceColumn="HolyTimes" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="true" AutogeneratedName="sendmail" ColumnName="sendmail" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@sendmail" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="sendmail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="true" AutogeneratedName="sendmail" ColumnName="sendmail" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@sendmail" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="sendmail" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="stime" ColumnName="stime" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@stime" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="stime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
|
<Parameter AllowDbNull="true" AutogeneratedName="etime" ColumnName="etime" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@etime" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="etime" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="Original_idx" ColumnName="idx" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="Original_idx" ColumnName="idx" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
<Parameter AllowDbNull="false" AutogeneratedName="idx" ColumnName="idx" DataSourceName="EE.dbo.EETGW_HolydayRequest" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@idx" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="idx" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
@@ -116,6 +122,8 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
<Mapping SourceColumn="HolyDays" DataSetColumn="HolyDays" />
|
<Mapping SourceColumn="HolyDays" DataSetColumn="HolyDays" />
|
||||||
<Mapping SourceColumn="HolyTimes" DataSetColumn="HolyTimes" />
|
<Mapping SourceColumn="HolyTimes" DataSetColumn="HolyTimes" />
|
||||||
<Mapping SourceColumn="sendmail" DataSetColumn="sendmail" />
|
<Mapping SourceColumn="sendmail" DataSetColumn="sendmail" />
|
||||||
|
<Mapping SourceColumn="stime" DataSetColumn="stime" />
|
||||||
|
<Mapping SourceColumn="etime" DataSetColumn="etime" />
|
||||||
</Mappings>
|
</Mappings>
|
||||||
<Sources />
|
<Sources />
|
||||||
</TableAdapter>
|
</TableAdapter>
|
||||||
@@ -127,7 +135,7 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
<xs:element name="DSKuntae" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DSKuntae" msprop:Generator_UserDSName="DSKuntae">
|
<xs:element name="DSKuntae" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DSKuntae" msprop:Generator_UserDSName="DSKuntae">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:element name="EETGW_HolydayRequest" msprop:Generator_TableClassName="EETGW_HolydayRequestDataTable" msprop:Generator_TableVarName="tableEETGW_HolydayRequest" msprop:Generator_RowChangedName="EETGW_HolydayRequestRowChanged" msprop:Generator_TablePropName="EETGW_HolydayRequest" msprop:Generator_RowDeletingName="EETGW_HolydayRequestRowDeleting" msprop:Generator_RowChangingName="EETGW_HolydayRequestRowChanging" msprop:Generator_RowEvHandlerName="EETGW_HolydayRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="EETGW_HolydayRequestRowDeleted" msprop:Generator_RowClassName="EETGW_HolydayRequestRow" msprop:Generator_UserTableName="EETGW_HolydayRequest" msprop:Generator_RowEvArgName="EETGW_HolydayRequestRowChangeEvent">
|
<xs:element name="EETGW_HolydayRequest" msprop:Generator_TableClassName="EETGW_HolydayRequestDataTable" msprop:Generator_TableVarName="tableEETGW_HolydayRequest" msprop:Generator_TablePropName="EETGW_HolydayRequest" msprop:Generator_RowDeletingName="EETGW_HolydayRequestRowDeleting" msprop:Generator_RowChangingName="EETGW_HolydayRequestRowChanging" msprop:Generator_RowEvHandlerName="EETGW_HolydayRequestRowChangeEventHandler" msprop:Generator_RowDeletedName="EETGW_HolydayRequestRowDeleted" msprop:Generator_UserTableName="EETGW_HolydayRequest" msprop:Generator_RowChangedName="EETGW_HolydayRequestRowChanged" msprop:Generator_RowEvArgName="EETGW_HolydayRequestRowChangeEvent" msprop:Generator_RowClassName="EETGW_HolydayRequestRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
||||||
@@ -248,6 +256,20 @@ SELECT idx, gcode, uid, cate, sdate, edate, conf, Remark, wuid, wdate FROM EETGW
|
|||||||
<xs:element name="HolyDays" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="HolyDays" msprop:Generator_ColumnVarNameInTable="columnHolyDays" msprop:Generator_ColumnPropNameInTable="HolyDaysColumn" msprop:Generator_UserColumnName="HolyDays" type="xs:int" minOccurs="0" />
|
<xs:element name="HolyDays" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="HolyDays" msprop:Generator_ColumnVarNameInTable="columnHolyDays" msprop:Generator_ColumnPropNameInTable="HolyDaysColumn" msprop:Generator_UserColumnName="HolyDays" type="xs:int" minOccurs="0" />
|
||||||
<xs:element name="HolyTimes" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="HolyTimes" msprop:Generator_ColumnVarNameInTable="columnHolyTimes" msprop:Generator_ColumnPropNameInTable="HolyTimesColumn" msprop:Generator_UserColumnName="HolyTimes" type="xs:double" minOccurs="0" />
|
<xs:element name="HolyTimes" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="HolyTimes" msprop:Generator_ColumnVarNameInTable="columnHolyTimes" msprop:Generator_ColumnPropNameInTable="HolyTimesColumn" msprop:Generator_UserColumnName="HolyTimes" type="xs:double" minOccurs="0" />
|
||||||
<xs:element name="sendmail" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="sendmail" msprop:Generator_ColumnVarNameInTable="columnsendmail" msprop:Generator_ColumnPropNameInTable="sendmailColumn" msprop:Generator_UserColumnName="sendmail" type="xs:boolean" minOccurs="0" />
|
<xs:element name="sendmail" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="sendmail" msprop:Generator_ColumnVarNameInTable="columnsendmail" msprop:Generator_ColumnPropNameInTable="sendmailColumn" msprop:Generator_UserColumnName="sendmail" type="xs:boolean" minOccurs="0" />
|
||||||
|
<xs:element name="stime" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="stime" msprop:Generator_ColumnVarNameInTable="columnstime" msprop:Generator_ColumnPropNameInTable="stimeColumn" msprop:Generator_UserColumnName="stime" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
|
<xs:element name="etime" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="etime" msprop:Generator_ColumnVarNameInTable="columnetime" msprop:Generator_ColumnPropNameInTable="etimeColumn" msprop:Generator_UserColumnName="etime" minOccurs="0">
|
||||||
|
<xs:simpleType>
|
||||||
|
<xs:restriction base="xs:string">
|
||||||
|
<xs:maxLength value="10" />
|
||||||
|
</xs:restriction>
|
||||||
|
</xs:simpleType>
|
||||||
|
</xs:element>
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|||||||
@@ -403,6 +403,12 @@
|
|||||||
<Compile Include="OtConfirm\fOTConfirmValue.Designer.cs">
|
<Compile Include="OtConfirm\fOTConfirmValue.Designer.cs">
|
||||||
<DependentUpon>fOTConfirmValue.cs</DependentUpon>
|
<DependentUpon>fOTConfirmValue.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="OtConfirm\fOutCoomplete.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="OtConfirm\fOutCoomplete.Designer.cs">
|
||||||
|
<DependentUpon>fOutCoomplete.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Projects.cs">
|
<Compile Include="Projects.cs">
|
||||||
<DependentUpon>Model1.tt</DependentUpon>
|
<DependentUpon>Model1.tt</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -705,6 +711,9 @@
|
|||||||
<EmbeddedResource Include="OtConfirm\fOTConfirmValue.resx">
|
<EmbeddedResource Include="OtConfirm\fOTConfirmValue.resx">
|
||||||
<DependentUpon>fOTConfirmValue.cs</DependentUpon>
|
<DependentUpon>fOTConfirmValue.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="OtConfirm\fOutCoomplete.resx">
|
||||||
|
<DependentUpon>fOutCoomplete.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Project\fLayoutEdit.resx">
|
<EmbeddedResource Include="Project\fLayoutEdit.resx">
|
||||||
<DependentUpon>fLayoutEdit.cs</DependentUpon>
|
<DependentUpon>fLayoutEdit.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|||||||
109
SubProject/FPJ0000/OtConfirm/fHolyRequest.Designer.cs
generated
109
SubProject/FPJ0000/OtConfirm/fHolyRequest.Designer.cs
generated
@@ -31,11 +31,13 @@
|
|||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fHolyRequest));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fHolyRequest));
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.dSKuntae = new FPJ0000.DSKuntae();
|
this.dSKuntae = new FPJ0000.DSKuntae();
|
||||||
@@ -56,6 +58,8 @@
|
|||||||
this.btAdd = new System.Windows.Forms.ToolStripButton();
|
this.btAdd = new System.Windows.Forms.ToolStripButton();
|
||||||
this.btEdit = new System.Windows.Forms.ToolStripButton();
|
this.btEdit = new System.Windows.Forms.ToolStripButton();
|
||||||
this.btDel = new System.Windows.Forms.ToolStripButton();
|
this.btDel = new System.Windows.Forms.ToolStripButton();
|
||||||
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||||
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.lbStt = new System.Windows.Forms.ToolStripLabel();
|
this.lbStt = new System.Windows.Forms.ToolStripLabel();
|
||||||
@@ -73,7 +77,6 @@
|
|||||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||||
this.dv1 = new arCtl.arDatagridView();
|
this.dv1 = new arCtl.arDatagridView();
|
||||||
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
|
|
||||||
this.uidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.uidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.cateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.cateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@@ -81,6 +84,8 @@
|
|||||||
this.edateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.edateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.HolyDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HolyDays = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.HolyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HolyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.stime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.etime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.HolyReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HolyReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.HolyLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HolyLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.telDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.telDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
@@ -89,6 +94,9 @@
|
|||||||
this.Response = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Response = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.HolyBackup = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.HolyBackup = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.remarkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.remarkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
|
this.외출완료ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||||
this.bn.SuspendLayout();
|
this.bn.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||||
@@ -99,6 +107,7 @@
|
|||||||
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
||||||
this.splitContainer1.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
||||||
|
this.contextMenuStrip1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// bn
|
// bn
|
||||||
@@ -125,7 +134,9 @@
|
|||||||
this.btSave,
|
this.btSave,
|
||||||
this.btAdd,
|
this.btAdd,
|
||||||
this.btEdit,
|
this.btEdit,
|
||||||
this.btDel});
|
this.btDel,
|
||||||
|
this.toolStripSeparator4,
|
||||||
|
this.toolStripButton1});
|
||||||
this.bn.Location = new System.Drawing.Point(0, 608);
|
this.bn.Location = new System.Drawing.Point(0, 608);
|
||||||
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
||||||
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
||||||
@@ -282,6 +293,20 @@
|
|||||||
this.btDel.Text = "삭제(&D)";
|
this.btDel.Text = "삭제(&D)";
|
||||||
this.btDel.Click += new System.EventHandler(this.btDel_Click);
|
this.btDel.Click += new System.EventHandler(this.btDel_Click);
|
||||||
//
|
//
|
||||||
|
// toolStripSeparator4
|
||||||
|
//
|
||||||
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||||
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
|
||||||
|
//
|
||||||
|
// toolStripButton1
|
||||||
|
//
|
||||||
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||||
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
|
this.toolStripButton1.Name = "toolStripButton1";
|
||||||
|
this.toolStripButton1.Size = new System.Drawing.Size(79, 22);
|
||||||
|
this.toolStripButton1.Text = "외출 종료";
|
||||||
|
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||||
|
//
|
||||||
// toolStrip1
|
// toolStrip1
|
||||||
//
|
//
|
||||||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30);
|
||||||
@@ -470,6 +495,8 @@
|
|||||||
this.edateDataGridViewTextBoxColumn,
|
this.edateDataGridViewTextBoxColumn,
|
||||||
this.HolyDays,
|
this.HolyDays,
|
||||||
this.HolyTimes,
|
this.HolyTimes,
|
||||||
|
this.stime,
|
||||||
|
this.etime,
|
||||||
this.HolyReason,
|
this.HolyReason,
|
||||||
this.HolyLocation,
|
this.HolyLocation,
|
||||||
this.telDataGridViewTextBoxColumn,
|
this.telDataGridViewTextBoxColumn,
|
||||||
@@ -478,16 +505,17 @@
|
|||||||
this.Response,
|
this.Response,
|
||||||
this.HolyBackup,
|
this.HolyBackup,
|
||||||
this.remarkDataGridViewTextBoxColumn});
|
this.remarkDataGridViewTextBoxColumn});
|
||||||
|
this.dv1.ContextMenuStrip = this.contextMenuStrip1;
|
||||||
this.dv1.DataSource = this.bs;
|
this.dv1.DataSource = this.bs;
|
||||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||||
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||||
dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(3);
|
dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(3);
|
||||||
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||||
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dv1.DefaultCellStyle = dataGridViewCellStyle6;
|
this.dv1.DefaultCellStyle = dataGridViewCellStyle8;
|
||||||
this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dv1.Location = new System.Drawing.Point(0, 0);
|
this.dv1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.dv1.Name = "dv1";
|
this.dv1.Name = "dv1";
|
||||||
@@ -497,10 +525,6 @@
|
|||||||
this.dv1.TabIndex = 3;
|
this.dv1.TabIndex = 3;
|
||||||
this.dv1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.arDatagridView1_DataError);
|
this.dv1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.arDatagridView1_DataError);
|
||||||
//
|
//
|
||||||
// ta
|
|
||||||
//
|
|
||||||
this.ta.ClearBeforeFill = true;
|
|
||||||
//
|
|
||||||
// uidDataGridViewTextBoxColumn
|
// uidDataGridViewTextBoxColumn
|
||||||
//
|
//
|
||||||
this.uidDataGridViewTextBoxColumn.DataPropertyName = "uid";
|
this.uidDataGridViewTextBoxColumn.DataPropertyName = "uid";
|
||||||
@@ -559,6 +583,24 @@
|
|||||||
this.HolyTimes.Name = "HolyTimes";
|
this.HolyTimes.Name = "HolyTimes";
|
||||||
this.HolyTimes.Width = 88;
|
this.HolyTimes.Width = 88;
|
||||||
//
|
//
|
||||||
|
// stime
|
||||||
|
//
|
||||||
|
this.stime.DataPropertyName = "stime";
|
||||||
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
|
this.stime.DefaultCellStyle = dataGridViewCellStyle4;
|
||||||
|
this.stime.HeaderText = "외출시작";
|
||||||
|
this.stime.Name = "stime";
|
||||||
|
this.stime.Width = 88;
|
||||||
|
//
|
||||||
|
// etime
|
||||||
|
//
|
||||||
|
this.etime.DataPropertyName = "etime";
|
||||||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
|
this.etime.DefaultCellStyle = dataGridViewCellStyle5;
|
||||||
|
this.etime.HeaderText = "종료";
|
||||||
|
this.etime.Name = "etime";
|
||||||
|
this.etime.Width = 64;
|
||||||
|
//
|
||||||
// HolyReason
|
// HolyReason
|
||||||
//
|
//
|
||||||
this.HolyReason.DataPropertyName = "HolyReason";
|
this.HolyReason.DataPropertyName = "HolyReason";
|
||||||
@@ -591,8 +633,8 @@
|
|||||||
// cmbCf
|
// cmbCf
|
||||||
//
|
//
|
||||||
this.cmbCf.DataPropertyName = "conf";
|
this.cmbCf.DataPropertyName = "conf";
|
||||||
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||||
this.cmbCf.DefaultCellStyle = dataGridViewCellStyle4;
|
this.cmbCf.DefaultCellStyle = dataGridViewCellStyle6;
|
||||||
this.cmbCf.HeaderText = "관리자 승인";
|
this.cmbCf.HeaderText = "관리자 승인";
|
||||||
this.cmbCf.Items.AddRange(new object[] {
|
this.cmbCf.Items.AddRange(new object[] {
|
||||||
"선택안함",
|
"선택안함",
|
||||||
@@ -605,8 +647,8 @@
|
|||||||
// Response
|
// Response
|
||||||
//
|
//
|
||||||
this.Response.DataPropertyName = "Response";
|
this.Response.DataPropertyName = "Response";
|
||||||
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||||
this.Response.DefaultCellStyle = dataGridViewCellStyle5;
|
this.Response.DefaultCellStyle = dataGridViewCellStyle7;
|
||||||
this.Response.HeaderText = "관리자 비고";
|
this.Response.HeaderText = "관리자 비고";
|
||||||
this.Response.Name = "Response";
|
this.Response.Name = "Response";
|
||||||
this.Response.Width = 104;
|
this.Response.Width = 104;
|
||||||
@@ -625,6 +667,24 @@
|
|||||||
this.remarkDataGridViewTextBoxColumn.Name = "remarkDataGridViewTextBoxColumn";
|
this.remarkDataGridViewTextBoxColumn.Name = "remarkDataGridViewTextBoxColumn";
|
||||||
this.remarkDataGridViewTextBoxColumn.Width = 64;
|
this.remarkDataGridViewTextBoxColumn.Width = 64;
|
||||||
//
|
//
|
||||||
|
// contextMenuStrip1
|
||||||
|
//
|
||||||
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.외출완료ToolStripMenuItem});
|
||||||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(127, 26);
|
||||||
|
//
|
||||||
|
// 외출완료ToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.외출완료ToolStripMenuItem.Name = "외출완료ToolStripMenuItem";
|
||||||
|
this.외출완료ToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
||||||
|
this.외출완료ToolStripMenuItem.Text = "외출 완료";
|
||||||
|
this.외출완료ToolStripMenuItem.Click += new System.EventHandler(this.외출완료ToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// ta
|
||||||
|
//
|
||||||
|
this.ta.ClearBeforeFill = true;
|
||||||
|
//
|
||||||
// fHolyRequest
|
// fHolyRequest
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||||
@@ -635,7 +695,7 @@
|
|||||||
this.Controls.Add(this.bn);
|
this.Controls.Add(this.bn);
|
||||||
this.Name = "fHolyRequest";
|
this.Name = "fHolyRequest";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
this.Text = "휴가 신청";
|
this.Text = "휴가/외출 신청";
|
||||||
this.Load += new System.EventHandler(this.@__Load);
|
this.Load += new System.EventHandler(this.@__Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
||||||
this.bn.ResumeLayout(false);
|
this.bn.ResumeLayout(false);
|
||||||
@@ -649,6 +709,7 @@
|
|||||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||||
this.splitContainer1.ResumeLayout(false);
|
this.splitContainer1.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
|
||||||
|
this.contextMenuStrip1.ResumeLayout(false);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
@@ -700,6 +761,8 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn edateDataGridViewTextBoxColumn;
|
private System.Windows.Forms.DataGridViewTextBoxColumn edateDataGridViewTextBoxColumn;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HolyDays;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HolyDays;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HolyTimes;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HolyTimes;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn stime;
|
||||||
|
private System.Windows.Forms.DataGridViewTextBoxColumn etime;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HolyReason;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HolyReason;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HolyLocation;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HolyLocation;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn telDataGridViewTextBoxColumn;
|
private System.Windows.Forms.DataGridViewTextBoxColumn telDataGridViewTextBoxColumn;
|
||||||
@@ -708,5 +771,9 @@
|
|||||||
private System.Windows.Forms.DataGridViewTextBoxColumn Response;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Response;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn HolyBackup;
|
private System.Windows.Forms.DataGridViewTextBoxColumn HolyBackup;
|
||||||
private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn;
|
private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn;
|
||||||
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
||||||
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem 외출완료ToolStripMenuItem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -273,6 +273,8 @@ namespace FPJ0000
|
|||||||
newdr.HolyDays = 0;
|
newdr.HolyDays = 0;
|
||||||
newdr.HolyTimes = 0f;
|
newdr.HolyTimes = 0f;
|
||||||
newdr.cate = "년차";
|
newdr.cate = "년차";
|
||||||
|
newdr.stime = "00:00";
|
||||||
|
newdr.etime = "00:00";
|
||||||
var f = new OtConfirm.fHolyRequestAdd(newdr);
|
var f = new OtConfirm.fHolyRequestAdd(newdr);
|
||||||
if (f.ShowDialog() == DialogResult.OK)
|
if (f.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
@@ -283,7 +285,6 @@ namespace FPJ0000
|
|||||||
var cnt = ta.Update(this.dSKuntae.EETGW_HolydayRequest);
|
var cnt = ta.Update(this.dSKuntae.EETGW_HolydayRequest);
|
||||||
dSKuntae.EETGW_HolydayRequest.AcceptChanges();
|
dSKuntae.EETGW_HolydayRequest.AcceptChanges();
|
||||||
FCOMMON.Util.MsgI($"{cnt}건의 자료가 저장 되었습니다");
|
FCOMMON.Util.MsgI($"{cnt}건의 자료가 저장 되었습니다");
|
||||||
|
|
||||||
refreshData();
|
refreshData();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
@@ -396,5 +397,45 @@ namespace FPJ0000
|
|||||||
dtSD.Text = sd.ToShortDateString();
|
dtSD.Text = sd.ToShortDateString();
|
||||||
dtED.Text = ed.ToShortDateString();
|
dtED.Text = ed.ToShortDateString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var drv = this.bs.Current as DataRowView;
|
||||||
|
if (drv == null) return;
|
||||||
|
var dr = drv.Row as DSKuntae.EETGW_HolydayRequestRow;
|
||||||
|
if(dr.cate.Equals("외출")==false)
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE("외출 자료만 완료할 수 있습니다");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(dr.conf != 1)
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE("관리자 승인된 자료만 완료할 수 있습니다");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
var f = new OtConfirm.fOutCoomplete(dr);
|
||||||
|
if(f.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
dr.stime = f.dtSD.Value.ToString("HH:mm");
|
||||||
|
dr.etime = f.dtED.Value.ToString("HH:mm");
|
||||||
|
dr.EndEdit();
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var cnt = ta.Update(this.dSKuntae.EETGW_HolydayRequest);
|
||||||
|
dSKuntae.EETGW_HolydayRequest.AcceptChanges();
|
||||||
|
FCOMMON.Util.MsgI($"{cnt}건의 자료가 저장 되었습니다");
|
||||||
|
refreshData();
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE(ex.Message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void 외출완료ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
toolStripButton1.PerformClick();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -187,6 +187,21 @@
|
|||||||
AYRBCkE2N256AnY6SDMoUEF8FANAoQ0zAFkzCCNrhhkAor3CczENwGYzuu1JM8+BaQwDQAGITzOyASDs
|
AYRBCkE2N256AnY6SDMoUEF8FANAoQ0zAFkzCCNrhhkAor3CczENwGYzuu1JM8+BaQwDQAGITzOyASDs
|
||||||
4huPMAAkATIA3c/YNIdNPAHGKAaAUhUoBghphhng0rTnv71bGKoBoADE5mR0zVgNACUK9BgAGYbudJBG
|
4huPMAAkATIA3c/YNIdNPAHGKAaAUhUoBghphhng0rTnv71bGKoBoADE5mR0zVgNACUK9BgAGYbudJBG
|
||||||
GNY0dEYYAMsgMAyKYxAGhTQIg/wLwiBbQRikGSUdkA/+/wcAgXJEf04PwQkAAAAASUVORK5CYII=
|
GNY0dEYYAMsgMAyKYxAGhTQIg/wLwiBbQRikGSUdkA/+/wcAgXJEf04PwQkAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
@@ -195,41 +210,41 @@
|
|||||||
<data name="toolStripButton8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="toolStripButton8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANQSURBVFhH7dhZTxNRHAVwPoRx3xHZlB0KBRRxA9doTEyM
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANPSURBVFhH7dhZTxNRHAVwPoRx3yuyKWUvqyJu4BqNiYnx
|
||||||
X8AXUWOMCEIRZWuhtOwgqCwqiWtE2tKVAmUtPqEmoEaCUSNG2WSV4510mlAf6L1DAi89yX2+v8zMuf/J
|
C/giaowRQSiibC0Uyg6CyqKSuEaEQvdCK7tPqAmokWDUiFGgyCrHO+k0oT609w4JvvQk9/n+MjPn/ifX
|
||||||
dXPFFVcE5PHJN5cenWgff3i8F3XHyDpqRe0RK2rie1Ad14MHh7tx/1A37h0k60AXqvZ3oTK2E3f3daIi
|
wx133BGQh8dfX3hwzGy9f7QfDUfIOtyH+kN9qEvoRW18L+4d7MHdAz24s5+sfd2o2duN6rgu3N7TharY
|
||||||
pgPleztQtqcdpdFkRVlQEmlBsdiCoog2FIa3oUDUCmUYWaEtUIS0ID/YPJ4XZErgt3eeZcZBHmRGTqB5
|
TlTu7kTFrlcojyEr2oKyKAtKIy0oiTCjONyMIkkHlGFkhbajMKQdBcEma36QIZHf3nWWGQdFkAm5gaYJ
|
||||||
jN/eeZYblxdoRm5AM/jtnWclcDJ/FuAScCVRbVBGGJErakK+yICC8FYqnMzPRA9cypNTiPXoffoJM5Nz
|
fnvXWW5cfqAJeQFG8Nu7zv/AycUswCXgyqLNUEbokSdpQ4FEh6LwDiqc3N9AD1zKkyuM1KL/8UfMTs2j
|
||||||
6K7/CFmIjgon3c0AFIrjnlxL+XssTGGcngqXs8tIDxSCKxSb8eRKF+b/zvM04NfQBKRhaipcti8DkBVX
|
p/ED5CEaKpxsJwNQKI57cu2V77A4xfFaKlzuDj09UAiuONKER5e6sfBngacBP0cmIQtTUeFy/BiArLjS
|
||||||
HNmKijMmTI3N8DRgdnoOVeebIQ9upsJl+RjogWw4UooYPX58GOVptryS9CI32ECNy/RmANLiuKNEHq7D
|
qA5UnTJgemKWpwFzM/OoOWuEIthIhcv21dED2XCkFLFafH8/ztNseSHtR16wjhqX5cMApMVxR4kiXIO3
|
||||||
O90XnmVLZ90AOXi1TLgMLxYgJU4RboS5zLEUg73D5LvTMOMyPPX0QBpcQQQpxWXHUox8/QNFrJZ8dyZm
|
ms88y5auhiFy8KqZcJneLEBKXGG4HqYKx1IM94+S766VGZfppaUH0uCKIkgpLjqWYuzLbxTGqcl3Z2DG
|
||||||
3J2dDEBnuCIxX4rxWZ5mK0XluWaQoS8Id9tDRw9cDMeNL3mYAQOt33iaLS+SrZAF6QXj0ncwABfDcbM1
|
3drOAHSFK4nkS2Gd42m2UlSfMYIMfUG4m54aeqAzHDe+FGE6DHV85Wm2PEvpgzxIKxiXsY0B6AzHzdb8
|
||||||
L9SA/hZH4POkHkgD9YJxt9y19MDFcNzgV4rMKD1ldHzFU3MoP0tA/kZBuLTtDMDFcPbBLw8xoj6h06Ek
|
UB0G2x2BT5N7IQvUCsbdEKnpgc5w3OBXSkwoP6F3fMXT86g8TUBivSBc+lYGoDOcffArQvRoTOxyKMkv
|
||||||
v0lJZNEaSP0MzDjJtiZ6oDOcfbZKg3QwFr/lebZ8tg4jw7+RGZe6lQVIgbOfc5n+avQ1DfE8WyzV/Uj3
|
UhJ5TCtk/jpmnHRLGz3QFc4+W2VBGuhL3/A8Wz71jSJT3MyMS9vMAqTA2c+5LLEKA20jPM8WS+0gMnxb
|
||||||
UTHhUrdo6IG0OK4QsgATskVqfB8Y4Xm2PEvsRrqXhhqXspkBSIuzt5X75pTxOkyOLvhZIKUpPk1Qnloq
|
mHBpm1rpgbQ4rhDyAANyJCp8GxrjebY8SepBhncrNS51IwOQFmdvK/fNKRM0mBpf9LNASlN6kqC81FS4
|
||||||
3M1NDEAWnL2tmb5a1F5ocyjNz8ExSLwbqHDJG9X0QFacvRDp3mrolH08z5asCBUVLmkDA1AIzl4Iiddr
|
6xsYgCw4e1uz/NSoP2d2KM2P4QlIfZqocCnrVfRAVpy9EBk+KmiUAzzPluyIFipc8joGoBCcvRBS75fo
|
||||||
dJC/memJWVhq+pHi3kCFu7FeRQ8UirMXQuKhQrL7S4JrRJp7ExUucR0LcAk42kL8j0tc20gPXAnc9TUM
|
JH8zM5NzsNQNIlXURIW7traFHigUZy+E1LMFKaLnBNeMdFEbFS5pDQtwCTjaQvyLS1rdTA/8H7irqxiA
|
||||||
QIIbX27c1dUN9Fcf3EUOd1eynLhrqxou8tu74oor9HFz+wdfrj3zDzZ6jwAAAABJRU5ErkJggg==
|
BGddbtzllU30Vx/cRQ53V7KcuCsrms7z27vjjjv08fD4CwlIPe+HvHrCAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="toolStripButton7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANQSURBVFhH7djZTxNRGAVw/gjjvq8tawtYEAqCO+6J0cQH
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANSSURBVFhH7djZTxNRGAVw/gjjvq9tVWgBAbUguO+aGE18
|
||||||
331RMTEqKC5YC5SlFLAIuLNpVEyUpdvQaSullO1JggkKiVuiRhOpkUU5zjDTCDGh944JvvQk9/n+MnfO
|
8N0XFROj4oYitHbB0haL4i4qGhUTRew27bS1pRSEJ4kkKCZuiRhJpEQE5TjDTKPEpL13TPClJ7nP95e5
|
||||||
fDcTEkwwwUjI/X296fV7Pb66PT2o3c2tXd2o2dmN6rQu3NvRhbvbO3FnWydub+XWFi9ubfbi5qYO3Ejt
|
c+a7mZRkkklGQu5saSus3RyM3t7UilsbubXhOW6uf46adS24sbYF19c049rqZlxdxa2VEVxZEcHl5U24
|
||||||
QFWKB5UbPahIbsf1JG6p3ShPdMOY4Ma1DW0oi29DadxzlKi4td4FQ6wLxTFOX1E0e0LcPnBmGQd9tBM6
|
VNCEi/lhVC8L40JeI87ncksdQtXSEGxLQji3OIjKnCCs2c9gyeLWogDMmQFUZPijZ9PZfeL2iTPKOJjS
|
||||||
pXNY3D5wZhtXpHSiUOGAuH3g/A9cQRQNkBBXleqBMdkBg9qKMjWL8iS3ZFxBJEsOJH1yZUkseh4NYuzH
|
/dCr/L3i9okz2rizKj/KlT6I2yfO/8AZ02iAhLiLBWHY8nwwq12oVLOoyg1JxhlTWXIg6ZOrzGXRer8L
|
||||||
T/Q2DKEkkZGMy4+gABIf634WU+Oq7Ich3i4Jpwu3kwNJ37nSFAZf330XecDErwk8POmFIc5BjcsLowCS
|
A99+oK3uDSxLGck4w0IKIPGxbmXxZwLVL2HO8UrC6Rd4yYGk75w1n0HP+z6RBwz9HMK9/RGYs33UON18
|
||||||
FsKobsPdI67JI/Zn1DeOyoMsDConFS43tJUcSILzt7U0wYGnWT0iT8jnoWHoky0ojnUS43LkFEBSnL8Q
|
CiBpIWzqIK7vCgwfcSzfo4Oo3s7CnOWnwp1ReMiBJLhYW61LfHh0vFXkCfn8phemPCcqMv3EOK2cAkiK
|
||||||
elUrvPWvRJ6Ql+wH6KLNxDitjAZIgfMXoiDOjEHvJ5EnxG7sQ57CRoTTrmPIgbQ4vhAGFfeupVjw9e2U
|
ixXClOVBpPaVyBPSwX6EPt1BjNPIaIAUuFghjNkOdEW6RZ4Qr60dOqWbCKeZx5ADaXF8IcxZ3LuW70TP
|
||||||
0kwAD9I9yI20BcRdXUsBpMX526qPceDGYRbjI39KMzI8htJdNugiWmfEadbYyIFScP625isZPMnsEnlC
|
uz9KMwTcLQzjTKo7Ia5sLgWQFhdrqynDh0s7WQz2/y5Nf+8ArBvc0C/0xMWVznGTA6XgYm01qBg8PNIi
|
||||||
Xjo+QBNqmhF3ZTUFUCqOL4ROwaAhYzqw3/6eA5pnxGWvspIDpeIKFCwqDtn/OmJDmhU5ocyMuMsrKYBS
|
8oR0+D6iVGGPizs9mwIoFccXQq9kUFc0EvjS+4EDOuLiSma5yIFScUYliws7vH8dsXmdC1oFExd3aiYF
|
||||||
cIVKB/LVJnx54xNpQknqj7VDIzcHxF1aYSEH0uL475xW0YzX3o8iTQhT8gJX5CYi3MXlNEBKXE6kBe01
|
UAquXOWDQW3Hl7dRkSaUpHZPI0rljoS4kzOc5EBaHP+d0ygb8DrySaQJYSwvcFpuJ8IVT6cBUuK0qU40
|
||||||
AyJLSB/zDtmhTcS4i8vM5EAaXF6UDY/PdIosIZ9ef4M2thlaOUOMu7CUAkiKy4+yo/yAfdplYYS7LJTs
|
3uwUWULamfcoUTwhxhVPc5ADaXC6NDceHGoWWUK6X3+FJrMBGjlDjDsxlQJIijOkeVG1zTvistDPXRYs
|
||||||
tFLjspZQAElw/PjKUbZMLwV33ao+2gaNzEKNO7/YRA4kwfGzVZ9qEWlC+FJky0yScOcWUQBJcPxsvRpm
|
613UuONTKIAkOH58aVVPR5aCu27V7A6iVOakxh2bbCcHkuD42WoqcIo0IXwpSmR2SbijkyiAJDh+tpbN
|
||||||
QkfdAEa/j8NTO4DL8ibJuMyFLeRAEhw/+PPCWycnxCXZs396cjwuYwENkAAXaPDT4jLmN5MD/wfu7DwK
|
t6Ppdie+9w0ifKsTp+RPJOOOTHxKDiTB8YNft8AzPCFOyh7/05PjcUUTaIAEuESDnxZXNL6BHPg/cIfH
|
||||||
IIfzzTbu1NxG8l8f/I8c/l/JbOJOz2k8Lm4fTDDBkCck5Df9Wj6YCpGtogAAAABJRU5ErkJggg==
|
UQA5XHS0cQfG1pP/+uB/5PD/SkYTd3BM/V5x+2SSSYY8KSm/AHvBPpKbf2MsAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btSearch.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="btSearch.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
@@ -259,6 +274,12 @@
|
|||||||
<metadata name="HolyTimes.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="HolyTimes.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="stime.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="etime.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="HolyReason.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="HolyReason.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -271,6 +292,9 @@
|
|||||||
<metadata name="HolyBackup.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="HolyBackup.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="contextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>420, 17</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>358, 17</value>
|
<value>358, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
297
SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.Designer.cs
generated
297
SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.Designer.cs
generated
@@ -33,17 +33,23 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.tbCate = new System.Windows.Forms.ComboBox();
|
this.tbCate = new System.Windows.Forms.ComboBox();
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
|
||||||
this.dSKuntae = new FPJ0000.DSKuntae();
|
|
||||||
this.tbSD = new System.Windows.Forms.DateTimePicker();
|
this.tbSD = new System.Windows.Forms.DateTimePicker();
|
||||||
this.tbED = new System.Windows.Forms.DateTimePicker();
|
this.tbED = new System.Windows.Forms.DateTimePicker();
|
||||||
this.tbRemark = new System.Windows.Forms.RichTextBox();
|
this.tbRemark = new System.Windows.Forms.RichTextBox();
|
||||||
this.grpUser = new System.Windows.Forms.GroupBox();
|
this.grpUser = new System.Windows.Forms.GroupBox();
|
||||||
this.cmbUser = new System.Windows.Forms.ComboBox();
|
this.label7 = new System.Windows.Forms.Label();
|
||||||
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||||
this.radTime = new System.Windows.Forms.RadioButton();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
this.tbTimes = new System.Windows.Forms.TextBox();
|
this.radOut = new System.Windows.Forms.RadioButton();
|
||||||
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||||
|
this.label6 = new System.Windows.Forms.Label();
|
||||||
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.tbDays = new System.Windows.Forms.TextBox();
|
this.tbDays = new System.Windows.Forms.TextBox();
|
||||||
|
this.tbTimes = new System.Windows.Forms.TextBox();
|
||||||
|
this.cmbUser = new System.Windows.Forms.ComboBox();
|
||||||
|
this.radDay = new System.Windows.Forms.RadioButton();
|
||||||
|
this.radTime = new System.Windows.Forms.RadioButton();
|
||||||
this.label10 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
||||||
this.tbBackup = new System.Windows.Forms.ComboBox();
|
this.tbBackup = new System.Windows.Forms.ComboBox();
|
||||||
this.label9 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
||||||
@@ -60,16 +66,14 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.rad0 = new System.Windows.Forms.RadioButton();
|
this.rad0 = new System.Windows.Forms.RadioButton();
|
||||||
this.tbResponse = new System.Windows.Forms.RichTextBox();
|
this.tbResponse = new System.Windows.Forms.RichTextBox();
|
||||||
this.button1 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
|
this.dSKuntae = new FPJ0000.DSKuntae();
|
||||||
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
|
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
|
||||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.grpUser.SuspendLayout();
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.groupBox1.SuspendLayout();
|
||||||
this.label6 = new System.Windows.Forms.Label();
|
this.grpAdmin.SuspendLayout();
|
||||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit();
|
||||||
this.grpUser.SuspendLayout();
|
|
||||||
this.grpAdmin.SuspendLayout();
|
|
||||||
this.groupBox1.SuspendLayout();
|
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
@@ -102,16 +106,6 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.tbCate.Size = new System.Drawing.Size(381, 35);
|
this.tbCate.Size = new System.Drawing.Size(381, 35);
|
||||||
this.tbCate.TabIndex = 7;
|
this.tbCate.TabIndex = 7;
|
||||||
//
|
//
|
||||||
// bs
|
|
||||||
//
|
|
||||||
this.bs.DataMember = "EETGW_HolydayRequest";
|
|
||||||
this.bs.DataSource = this.dSKuntae;
|
|
||||||
//
|
|
||||||
// dSKuntae
|
|
||||||
//
|
|
||||||
this.dSKuntae.DataSetName = "DSKuntae";
|
|
||||||
this.dSKuntae.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
||||||
//
|
|
||||||
// tbSD
|
// tbSD
|
||||||
//
|
//
|
||||||
this.tbSD.Location = new System.Drawing.Point(143, 79);
|
this.tbSD.Location = new System.Drawing.Point(143, 79);
|
||||||
@@ -130,18 +124,22 @@ namespace FPJ0000.OtConfirm
|
|||||||
// tbRemark
|
// tbRemark
|
||||||
//
|
//
|
||||||
this.tbRemark.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
this.tbRemark.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||||
this.tbRemark.Location = new System.Drawing.Point(144, 246);
|
this.tbRemark.Location = new System.Drawing.Point(144, 285);
|
||||||
this.tbRemark.Name = "tbRemark";
|
this.tbRemark.Name = "tbRemark";
|
||||||
this.tbRemark.Size = new System.Drawing.Size(578, 133);
|
this.tbRemark.Size = new System.Drawing.Size(578, 133);
|
||||||
this.tbRemark.TabIndex = 16;
|
this.tbRemark.TabIndex = 20;
|
||||||
this.tbRemark.Text = "";
|
this.tbRemark.Text = "";
|
||||||
//
|
//
|
||||||
// grpUser
|
// grpUser
|
||||||
//
|
//
|
||||||
|
this.grpUser.Controls.Add(this.label7);
|
||||||
|
this.grpUser.Controls.Add(this.textBox2);
|
||||||
|
this.grpUser.Controls.Add(this.textBox1);
|
||||||
|
this.grpUser.Controls.Add(this.radOut);
|
||||||
this.grpUser.Controls.Add(this.richTextBox1);
|
this.grpUser.Controls.Add(this.richTextBox1);
|
||||||
this.grpUser.Controls.Add(this.groupBox1);
|
this.grpUser.Controls.Add(this.groupBox1);
|
||||||
this.grpUser.Controls.Add(this.cmbUser);
|
this.grpUser.Controls.Add(this.cmbUser);
|
||||||
this.grpUser.Controls.Add(this.radioButton2);
|
this.grpUser.Controls.Add(this.radDay);
|
||||||
this.grpUser.Controls.Add(this.radTime);
|
this.grpUser.Controls.Add(this.radTime);
|
||||||
this.grpUser.Controls.Add(this.label10);
|
this.grpUser.Controls.Add(this.label10);
|
||||||
this.grpUser.Controls.Add(this.tbBackup);
|
this.grpUser.Controls.Add(this.tbBackup);
|
||||||
@@ -160,11 +158,113 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.grpUser.Dock = System.Windows.Forms.DockStyle.Top;
|
this.grpUser.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
this.grpUser.Location = new System.Drawing.Point(3, 3);
|
this.grpUser.Location = new System.Drawing.Point(3, 3);
|
||||||
this.grpUser.Name = "grpUser";
|
this.grpUser.Name = "grpUser";
|
||||||
this.grpUser.Size = new System.Drawing.Size(957, 471);
|
this.grpUser.Size = new System.Drawing.Size(957, 521);
|
||||||
this.grpUser.TabIndex = 0;
|
this.grpUser.TabIndex = 0;
|
||||||
this.grpUser.TabStop = false;
|
this.grpUser.TabStop = false;
|
||||||
this.grpUser.Text = "신청자";
|
this.grpUser.Text = "신청자";
|
||||||
//
|
//
|
||||||
|
// label7
|
||||||
|
//
|
||||||
|
this.label7.AutoSize = true;
|
||||||
|
this.label7.Location = new System.Drawing.Point(763, 167);
|
||||||
|
this.label7.Name = "label7";
|
||||||
|
this.label7.Size = new System.Drawing.Size(33, 27);
|
||||||
|
this.label7.TabIndex = 11;
|
||||||
|
this.label7.Text = "~";
|
||||||
|
//
|
||||||
|
// textBox2
|
||||||
|
//
|
||||||
|
this.textBox2.Location = new System.Drawing.Point(802, 161);
|
||||||
|
this.textBox2.Name = "textBox2";
|
||||||
|
this.textBox2.Size = new System.Drawing.Size(102, 38);
|
||||||
|
this.textBox2.TabIndex = 12;
|
||||||
|
this.textBox2.Text = "00:00";
|
||||||
|
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// textBox1
|
||||||
|
//
|
||||||
|
this.textBox1.Location = new System.Drawing.Point(655, 161);
|
||||||
|
this.textBox1.Name = "textBox1";
|
||||||
|
this.textBox1.Size = new System.Drawing.Size(102, 38);
|
||||||
|
this.textBox1.TabIndex = 10;
|
||||||
|
this.textBox1.Text = "00:00";
|
||||||
|
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// radOut
|
||||||
|
//
|
||||||
|
this.radOut.AutoSize = true;
|
||||||
|
this.radOut.Location = new System.Drawing.Point(565, 165);
|
||||||
|
this.radOut.Name = "radOut";
|
||||||
|
this.radOut.Size = new System.Drawing.Size(84, 31);
|
||||||
|
this.radOut.TabIndex = 9;
|
||||||
|
this.radOut.TabStop = true;
|
||||||
|
this.radOut.Text = "외출";
|
||||||
|
this.radOut.UseVisualStyleBackColor = true;
|
||||||
|
this.radOut.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
||||||
|
//
|
||||||
|
// richTextBox1
|
||||||
|
//
|
||||||
|
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||||
|
| System.Windows.Forms.AnchorStyles.Left)
|
||||||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
|
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
|
this.richTextBox1.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||||
|
this.richTextBox1.Location = new System.Drawing.Point(143, 426);
|
||||||
|
this.richTextBox1.Name = "richTextBox1";
|
||||||
|
this.richTextBox1.ReadOnly = true;
|
||||||
|
this.richTextBox1.Size = new System.Drawing.Size(803, 87);
|
||||||
|
this.richTextBox1.TabIndex = 22;
|
||||||
|
this.richTextBox1.Text = "";
|
||||||
|
//
|
||||||
|
// groupBox1
|
||||||
|
//
|
||||||
|
this.groupBox1.Controls.Add(this.label6);
|
||||||
|
this.groupBox1.Controls.Add(this.label3);
|
||||||
|
this.groupBox1.Controls.Add(this.tbDays);
|
||||||
|
this.groupBox1.Controls.Add(this.tbTimes);
|
||||||
|
this.groupBox1.Location = new System.Drawing.Point(728, 288);
|
||||||
|
this.groupBox1.Name = "groupBox1";
|
||||||
|
this.groupBox1.Size = new System.Drawing.Size(218, 130);
|
||||||
|
this.groupBox1.TabIndex = 21;
|
||||||
|
this.groupBox1.TabStop = false;
|
||||||
|
this.groupBox1.Text = "사용";
|
||||||
|
//
|
||||||
|
// label6
|
||||||
|
//
|
||||||
|
this.label6.AutoSize = true;
|
||||||
|
this.label6.Location = new System.Drawing.Point(8, 84);
|
||||||
|
this.label6.Name = "label6";
|
||||||
|
this.label6.Size = new System.Drawing.Size(66, 27);
|
||||||
|
this.label6.TabIndex = 2;
|
||||||
|
this.label6.Text = "시간";
|
||||||
|
//
|
||||||
|
// label3
|
||||||
|
//
|
||||||
|
this.label3.AutoSize = true;
|
||||||
|
this.label3.Location = new System.Drawing.Point(35, 40);
|
||||||
|
this.label3.Name = "label3";
|
||||||
|
this.label3.Size = new System.Drawing.Size(39, 27);
|
||||||
|
this.label3.TabIndex = 0;
|
||||||
|
this.label3.Text = "일";
|
||||||
|
//
|
||||||
|
// tbDays
|
||||||
|
//
|
||||||
|
this.tbDays.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||||
|
this.tbDays.Location = new System.Drawing.Point(78, 37);
|
||||||
|
this.tbDays.Name = "tbDays";
|
||||||
|
this.tbDays.Size = new System.Drawing.Size(130, 38);
|
||||||
|
this.tbDays.TabIndex = 1;
|
||||||
|
this.tbDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
|
// tbTimes
|
||||||
|
//
|
||||||
|
this.tbTimes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||||
|
this.tbTimes.Location = new System.Drawing.Point(78, 81);
|
||||||
|
this.tbTimes.Name = "tbTimes";
|
||||||
|
this.tbTimes.Size = new System.Drawing.Size(130, 38);
|
||||||
|
this.tbTimes.TabIndex = 3;
|
||||||
|
this.tbTimes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
|
//
|
||||||
// cmbUser
|
// cmbUser
|
||||||
//
|
//
|
||||||
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
@@ -175,18 +275,18 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.cmbUser.TabIndex = 1;
|
this.cmbUser.TabIndex = 1;
|
||||||
this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
|
this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// radioButton2
|
// radDay
|
||||||
//
|
//
|
||||||
this.radioButton2.AutoSize = true;
|
this.radDay.AutoSize = true;
|
||||||
this.radioButton2.Checked = true;
|
this.radDay.Checked = true;
|
||||||
this.radioButton2.Location = new System.Drawing.Point(53, 123);
|
this.radDay.Location = new System.Drawing.Point(53, 123);
|
||||||
this.radioButton2.Name = "radioButton2";
|
this.radDay.Name = "radDay";
|
||||||
this.radioButton2.Size = new System.Drawing.Size(84, 31);
|
this.radDay.Size = new System.Drawing.Size(84, 31);
|
||||||
this.radioButton2.TabIndex = 6;
|
this.radDay.TabIndex = 6;
|
||||||
this.radioButton2.TabStop = true;
|
this.radDay.TabStop = true;
|
||||||
this.radioButton2.Text = "일반";
|
this.radDay.Text = "일반";
|
||||||
this.radioButton2.UseVisualStyleBackColor = true;
|
this.radDay.UseVisualStyleBackColor = true;
|
||||||
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
this.radDay.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
||||||
//
|
//
|
||||||
// radTime
|
// radTime
|
||||||
//
|
//
|
||||||
@@ -200,31 +300,13 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.radTime.UseVisualStyleBackColor = true;
|
this.radTime.UseVisualStyleBackColor = true;
|
||||||
this.radTime.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
this.radTime.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
|
||||||
//
|
//
|
||||||
// tbTimes
|
|
||||||
//
|
|
||||||
this.tbTimes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
||||||
this.tbTimes.Location = new System.Drawing.Point(78, 81);
|
|
||||||
this.tbTimes.Name = "tbTimes";
|
|
||||||
this.tbTimes.Size = new System.Drawing.Size(130, 38);
|
|
||||||
this.tbTimes.TabIndex = 19;
|
|
||||||
this.tbTimes.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
||||||
//
|
|
||||||
// tbDays
|
|
||||||
//
|
|
||||||
this.tbDays.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
||||||
this.tbDays.Location = new System.Drawing.Point(78, 37);
|
|
||||||
this.tbDays.Name = "tbDays";
|
|
||||||
this.tbDays.Size = new System.Drawing.Size(130, 38);
|
|
||||||
this.tbDays.TabIndex = 18;
|
|
||||||
this.tbDays.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
||||||
//
|
|
||||||
// label10
|
// label10
|
||||||
//
|
//
|
||||||
this.label10.AutoSize = true;
|
this.label10.AutoSize = true;
|
||||||
this.label10.Location = new System.Drawing.Point(12, 209);
|
this.label10.Location = new System.Drawing.Point(12, 248);
|
||||||
this.label10.Name = "label10";
|
this.label10.Name = "label10";
|
||||||
this.label10.Size = new System.Drawing.Size(120, 27);
|
this.label10.Size = new System.Drawing.Size(120, 27);
|
||||||
this.label10.TabIndex = 13;
|
this.label10.TabIndex = 17;
|
||||||
this.label10.Text = "백업인원";
|
this.label10.Text = "백업인원";
|
||||||
//
|
//
|
||||||
// tbBackup
|
// tbBackup
|
||||||
@@ -234,18 +316,18 @@ namespace FPJ0000.OtConfirm
|
|||||||
"년차",
|
"년차",
|
||||||
"하기",
|
"하기",
|
||||||
"대체"});
|
"대체"});
|
||||||
this.tbBackup.Location = new System.Drawing.Point(144, 205);
|
this.tbBackup.Location = new System.Drawing.Point(144, 244);
|
||||||
this.tbBackup.Name = "tbBackup";
|
this.tbBackup.Name = "tbBackup";
|
||||||
this.tbBackup.Size = new System.Drawing.Size(802, 35);
|
this.tbBackup.Size = new System.Drawing.Size(802, 35);
|
||||||
this.tbBackup.TabIndex = 14;
|
this.tbBackup.TabIndex = 18;
|
||||||
//
|
//
|
||||||
// label9
|
// label9
|
||||||
//
|
//
|
||||||
this.label9.AutoSize = true;
|
this.label9.AutoSize = true;
|
||||||
this.label9.Location = new System.Drawing.Point(467, 167);
|
this.label9.Location = new System.Drawing.Point(467, 206);
|
||||||
this.label9.Name = "label9";
|
this.label9.Name = "label9";
|
||||||
this.label9.Size = new System.Drawing.Size(93, 27);
|
this.label9.Size = new System.Drawing.Size(93, 27);
|
||||||
this.label9.TabIndex = 11;
|
this.label9.TabIndex = 15;
|
||||||
this.label9.Text = "행선지";
|
this.label9.Text = "행선지";
|
||||||
//
|
//
|
||||||
// tbLocation
|
// tbLocation
|
||||||
@@ -255,18 +337,18 @@ namespace FPJ0000.OtConfirm
|
|||||||
"년차",
|
"년차",
|
||||||
"하기",
|
"하기",
|
||||||
"대체"});
|
"대체"});
|
||||||
this.tbLocation.Location = new System.Drawing.Point(565, 164);
|
this.tbLocation.Location = new System.Drawing.Point(565, 203);
|
||||||
this.tbLocation.Name = "tbLocation";
|
this.tbLocation.Name = "tbLocation";
|
||||||
this.tbLocation.Size = new System.Drawing.Size(381, 35);
|
this.tbLocation.Size = new System.Drawing.Size(381, 35);
|
||||||
this.tbLocation.TabIndex = 12;
|
this.tbLocation.TabIndex = 16;
|
||||||
//
|
//
|
||||||
// label8
|
// label8
|
||||||
//
|
//
|
||||||
this.label8.AutoSize = true;
|
this.label8.AutoSize = true;
|
||||||
this.label8.Location = new System.Drawing.Point(66, 167);
|
this.label8.Location = new System.Drawing.Point(66, 206);
|
||||||
this.label8.Name = "label8";
|
this.label8.Name = "label8";
|
||||||
this.label8.Size = new System.Drawing.Size(66, 27);
|
this.label8.Size = new System.Drawing.Size(66, 27);
|
||||||
this.label8.TabIndex = 9;
|
this.label8.TabIndex = 13;
|
||||||
this.label8.Text = "사유";
|
this.label8.Text = "사유";
|
||||||
//
|
//
|
||||||
// tbReason
|
// tbReason
|
||||||
@@ -276,10 +358,10 @@ namespace FPJ0000.OtConfirm
|
|||||||
"년차",
|
"년차",
|
||||||
"하기",
|
"하기",
|
||||||
"대체"});
|
"대체"});
|
||||||
this.tbReason.Location = new System.Drawing.Point(144, 164);
|
this.tbReason.Location = new System.Drawing.Point(144, 203);
|
||||||
this.tbReason.Name = "tbReason";
|
this.tbReason.Name = "tbReason";
|
||||||
this.tbReason.Size = new System.Drawing.Size(310, 35);
|
this.tbReason.Size = new System.Drawing.Size(310, 35);
|
||||||
this.tbReason.TabIndex = 10;
|
this.tbReason.TabIndex = 14;
|
||||||
//
|
//
|
||||||
// label5
|
// label5
|
||||||
//
|
//
|
||||||
@@ -293,10 +375,10 @@ namespace FPJ0000.OtConfirm
|
|||||||
// label4
|
// label4
|
||||||
//
|
//
|
||||||
this.label4.AutoSize = true;
|
this.label4.AutoSize = true;
|
||||||
this.label4.Location = new System.Drawing.Point(66, 249);
|
this.label4.Location = new System.Drawing.Point(66, 288);
|
||||||
this.label4.Name = "label4";
|
this.label4.Name = "label4";
|
||||||
this.label4.Size = new System.Drawing.Size(66, 27);
|
this.label4.Size = new System.Drawing.Size(66, 27);
|
||||||
this.label4.TabIndex = 15;
|
this.label4.TabIndex = 19;
|
||||||
this.label4.Text = "비고";
|
this.label4.Text = "비고";
|
||||||
//
|
//
|
||||||
// grpAdmin
|
// grpAdmin
|
||||||
@@ -308,9 +390,9 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.grpAdmin.Controls.Add(this.rad0);
|
this.grpAdmin.Controls.Add(this.rad0);
|
||||||
this.grpAdmin.Controls.Add(this.tbResponse);
|
this.grpAdmin.Controls.Add(this.tbResponse);
|
||||||
this.grpAdmin.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grpAdmin.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.grpAdmin.Location = new System.Drawing.Point(3, 474);
|
this.grpAdmin.Location = new System.Drawing.Point(3, 524);
|
||||||
this.grpAdmin.Name = "grpAdmin";
|
this.grpAdmin.Name = "grpAdmin";
|
||||||
this.grpAdmin.Size = new System.Drawing.Size(957, 296);
|
this.grpAdmin.Size = new System.Drawing.Size(957, 246);
|
||||||
this.grpAdmin.TabIndex = 1;
|
this.grpAdmin.TabIndex = 1;
|
||||||
this.grpAdmin.TabStop = false;
|
this.grpAdmin.TabStop = false;
|
||||||
this.grpAdmin.Text = "관리자";
|
this.grpAdmin.Text = "관리자";
|
||||||
@@ -384,7 +466,7 @@ namespace FPJ0000.OtConfirm
|
|||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.tbResponse.Location = new System.Drawing.Point(10, 115);
|
this.tbResponse.Location = new System.Drawing.Point(10, 115);
|
||||||
this.tbResponse.Name = "tbResponse";
|
this.tbResponse.Name = "tbResponse";
|
||||||
this.tbResponse.Size = new System.Drawing.Size(936, 116);
|
this.tbResponse.Size = new System.Drawing.Size(936, 75);
|
||||||
this.tbResponse.TabIndex = 3;
|
this.tbResponse.TabIndex = 3;
|
||||||
this.tbResponse.Text = "";
|
this.tbResponse.Text = "";
|
||||||
//
|
//
|
||||||
@@ -399,55 +481,20 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.button1.UseVisualStyleBackColor = true;
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||||
//
|
//
|
||||||
|
// bs
|
||||||
|
//
|
||||||
|
this.bs.DataMember = "EETGW_HolydayRequest";
|
||||||
|
this.bs.DataSource = this.dSKuntae;
|
||||||
|
//
|
||||||
|
// dSKuntae
|
||||||
|
//
|
||||||
|
this.dSKuntae.DataSetName = "DSKuntae";
|
||||||
|
this.dSKuntae.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||||
|
//
|
||||||
// ta
|
// ta
|
||||||
//
|
//
|
||||||
this.ta.ClearBeforeFill = true;
|
this.ta.ClearBeforeFill = true;
|
||||||
//
|
//
|
||||||
// groupBox1
|
|
||||||
//
|
|
||||||
this.groupBox1.Controls.Add(this.label6);
|
|
||||||
this.groupBox1.Controls.Add(this.label3);
|
|
||||||
this.groupBox1.Controls.Add(this.tbDays);
|
|
||||||
this.groupBox1.Controls.Add(this.tbTimes);
|
|
||||||
this.groupBox1.Location = new System.Drawing.Point(728, 249);
|
|
||||||
this.groupBox1.Name = "groupBox1";
|
|
||||||
this.groupBox1.Size = new System.Drawing.Size(218, 130);
|
|
||||||
this.groupBox1.TabIndex = 20;
|
|
||||||
this.groupBox1.TabStop = false;
|
|
||||||
this.groupBox1.Text = "사용";
|
|
||||||
//
|
|
||||||
// label3
|
|
||||||
//
|
|
||||||
this.label3.AutoSize = true;
|
|
||||||
this.label3.Location = new System.Drawing.Point(35, 40);
|
|
||||||
this.label3.Name = "label3";
|
|
||||||
this.label3.Size = new System.Drawing.Size(39, 27);
|
|
||||||
this.label3.TabIndex = 20;
|
|
||||||
this.label3.Text = "일";
|
|
||||||
//
|
|
||||||
// label6
|
|
||||||
//
|
|
||||||
this.label6.AutoSize = true;
|
|
||||||
this.label6.Location = new System.Drawing.Point(8, 84);
|
|
||||||
this.label6.Name = "label6";
|
|
||||||
this.label6.Size = new System.Drawing.Size(66, 27);
|
|
||||||
this.label6.TabIndex = 21;
|
|
||||||
this.label6.Text = "시간";
|
|
||||||
//
|
|
||||||
// richTextBox1
|
|
||||||
//
|
|
||||||
this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.richTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
||||||
this.richTextBox1.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
||||||
this.richTextBox1.Location = new System.Drawing.Point(143, 385);
|
|
||||||
this.richTextBox1.Name = "richTextBox1";
|
|
||||||
this.richTextBox1.ReadOnly = true;
|
|
||||||
this.richTextBox1.Size = new System.Drawing.Size(803, 78);
|
|
||||||
this.richTextBox1.TabIndex = 21;
|
|
||||||
this.richTextBox1.Text = "";
|
|
||||||
//
|
|
||||||
// fHolyRequestAdd
|
// fHolyRequestAdd
|
||||||
//
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
@@ -463,14 +510,14 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "fHolyRequestAdd";
|
this.Text = "fHolyRequestAdd";
|
||||||
this.Load += new System.EventHandler(this.fHolyRequestAdd_Load);
|
this.Load += new System.EventHandler(this.fHolyRequestAdd_Load);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).EndInit();
|
|
||||||
this.grpUser.ResumeLayout(false);
|
this.grpUser.ResumeLayout(false);
|
||||||
this.grpUser.PerformLayout();
|
this.grpUser.PerformLayout();
|
||||||
this.grpAdmin.ResumeLayout(false);
|
|
||||||
this.grpAdmin.PerformLayout();
|
|
||||||
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
||||||
this.groupBox1.PerformLayout();
|
this.groupBox1.PerformLayout();
|
||||||
|
this.grpAdmin.ResumeLayout(false);
|
||||||
|
this.grpAdmin.PerformLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).EndInit();
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -506,11 +553,15 @@ namespace FPJ0000.OtConfirm
|
|||||||
private System.Windows.Forms.ComboBox cmbPreset;
|
private System.Windows.Forms.ComboBox cmbPreset;
|
||||||
private System.Windows.Forms.CheckBox chkSendMail;
|
private System.Windows.Forms.CheckBox chkSendMail;
|
||||||
private System.Windows.Forms.RadioButton radTime;
|
private System.Windows.Forms.RadioButton radTime;
|
||||||
private System.Windows.Forms.RadioButton radioButton2;
|
private System.Windows.Forms.RadioButton radDay;
|
||||||
private System.Windows.Forms.ComboBox cmbUser;
|
private System.Windows.Forms.ComboBox cmbUser;
|
||||||
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
||||||
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label3;
|
||||||
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label6;
|
||||||
private System.Windows.Forms.RichTextBox richTextBox1;
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
||||||
|
private System.Windows.Forms.RadioButton radOut;
|
||||||
|
private System.Windows.Forms.TextBox textBox1;
|
||||||
|
private System.Windows.Forms.Label label7;
|
||||||
|
private System.Windows.Forms.TextBox textBox2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -41,18 +41,19 @@ namespace FPJ0000.OtConfirm
|
|||||||
this.cmbUser.ValueMember = "id";
|
this.cmbUser.ValueMember = "id";
|
||||||
this.cmbUser.DisplayMember = "dispname";
|
this.cmbUser.DisplayMember = "dispname";
|
||||||
|
|
||||||
|
this.textBox1.Text = dr.stime;
|
||||||
|
this.textBox2.Text = dr.etime;
|
||||||
if (dr.RowState == DataRowState.Detached)
|
if (dr.RowState == DataRowState.Detached)
|
||||||
{
|
{
|
||||||
this.Text = "휴가신청 추가";
|
this.Text = "(휴가/외출)신청 추가";
|
||||||
cmbUser.Text = $"{FCOMMON.info.Login.nameK}({FCOMMON.info.Login.no})";
|
cmbUser.Text = $"{FCOMMON.info.Login.nameK}({FCOMMON.info.Login.no})";
|
||||||
|
|
||||||
//tbProcess.Text = FCOMMON.info.Login.process;
|
//tbProcess.Text = FCOMMON.info.Login.process;
|
||||||
//tbTel.Text = FCOMMON.info.Login.tel;
|
//tbTel.Text = FCOMMON.info.Login.tel;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.Text = "휴가신청 편집";
|
|
||||||
|
this.Text = "(휴가/외출) 편집";
|
||||||
cmbUser.Text = $"{dr.name}({dr.uid})"; //dr.name;
|
cmbUser.Text = $"{dr.name}({dr.uid})"; //dr.name;
|
||||||
////.Text = dr.processs;
|
////.Text = dr.processs;
|
||||||
// tbTel.Text = dr.tel;
|
// tbTel.Text = dr.tel;
|
||||||
@@ -80,13 +81,21 @@ namespace FPJ0000.OtConfirm
|
|||||||
tbCate.Enabled = false;
|
tbCate.Enabled = false;
|
||||||
radTime.Checked = true;
|
radTime.Checked = true;
|
||||||
}
|
}
|
||||||
|
else if (dr.cate == "외출")
|
||||||
|
{
|
||||||
|
radOut.Checked = true;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tbCate.Enabled = true;
|
tbCate.Enabled = true;
|
||||||
tbTimes.Enabled = false;
|
tbTimes.Enabled = false;
|
||||||
tbDays.Enabled = true;
|
tbDays.Enabled = true;
|
||||||
radioButton2.Checked = true;
|
radDay.Checked = true;
|
||||||
}
|
}
|
||||||
|
this.KeyDown += (s1, e1) =>
|
||||||
|
{
|
||||||
|
if (e1.KeyCode == Keys.Escape) this.Close();
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
int curLevel = 0;
|
int curLevel = 0;
|
||||||
@@ -135,12 +144,14 @@ namespace FPJ0000.OtConfirm
|
|||||||
binit = true;
|
binit = true;
|
||||||
|
|
||||||
cmbUser_SelectedIndexChanged(null, null);
|
cmbUser_SelectedIndexChanged(null, null);
|
||||||
|
radioButton1_CheckedChanged(null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void button1_Click(object sender, EventArgs e)
|
private void button1_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
var cate = tbCate.Text.Trim();
|
var cate = tbCate.Text.Trim();
|
||||||
if (radTime.Checked) cate = "대체";
|
if (radTime.Checked) cate = "대체";
|
||||||
|
else if (radOut.Checked) cate = "외출";
|
||||||
|
|
||||||
var remark = tbRemark.Text.Trim();
|
var remark = tbRemark.Text.Trim();
|
||||||
var response = tbResponse.Text.Trim();
|
var response = tbResponse.Text.Trim();
|
||||||
@@ -177,21 +188,75 @@ namespace FPJ0000.OtConfirm
|
|||||||
if (radTime.Checked) vDay = 0;
|
if (radTime.Checked) vDay = 0;
|
||||||
else vTime = 0;
|
else vTime = 0;
|
||||||
|
|
||||||
if (vDay > 0 && vTime > 0)
|
if (radOut.Checked == false)
|
||||||
{
|
{
|
||||||
FCOMMON.Util.MsgE("사용일/시간을 동시에 입력할 수는 없습니다.\r\n" +
|
if (vDay > 0 && vTime > 0)
|
||||||
"대체휴가의 경우에만 시간을 입력하시기 바랍니다");
|
{
|
||||||
return;
|
FCOMMON.Util.MsgE("사용일/시간을 동시에 입력할 수는 없습니다.\r\n" +
|
||||||
}
|
"대체휴가의 경우에만 시간을 입력하시기 바랍니다");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (vDay < 1 && vTime < 0.1 && curLevel < 5)
|
if (vDay < 1 && vTime < 0.1 && curLevel < 5)
|
||||||
|
{
|
||||||
|
var dlg = FCOMMON.Util.MsgQ("사용 일/시간 값을 입력해주세요\n대체휴가에는 시간을 입력하세요\n값을 입력하지 않고 계속할까요?");
|
||||||
|
if (dlg != DialogResult.Yes) return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
var dlg = FCOMMON.Util.MsgQ("사용 일/시간 값을 입력해주세요\n대체휴가에는 시간을 입력하세요\n값을 입력하지 않고 계속할까요?");
|
if (textBox1.Text.IndexOf(":") == -1 || textBox1.Text.Equals("00:00"))
|
||||||
if (dlg != DialogResult.Yes) return;
|
{
|
||||||
|
FCOMMON.Util.MsgE("외출 시작시간은 00:00 24시 표기법으로 입력하세요\n" +
|
||||||
|
"예) 오후2시 = 14:00");
|
||||||
|
textBox1.Focus();
|
||||||
|
textBox1.SelectAll();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
//추가시에는 종료시간을 입력하지 않게한다.
|
||||||
|
if(dr.RowState == DataRowState.Detached)
|
||||||
|
{
|
||||||
|
if (textBox2.Text.IndexOf(":") == -1 || textBox2.Text.Equals("00:00"))
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
textBox2.Text = "00:00";
|
||||||
|
FCOMMON.Util.MsgI("신청데이터에는 외출종료시간을 입력하지 않습니다\n외출종료 화면에서 시간을 입력하세요");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//if (textBox2.Text.IndexOf(":") == -1 || textBox2.Text.Equals("00:00"))
|
||||||
|
//{
|
||||||
|
// FCOMMON.Util.MsgE("외출 종료시간은 00:00 24시 표기법으로 입력하세요\n" +
|
||||||
|
// "예) 오후2시 = 14:00");
|
||||||
|
// textBox2.Focus();
|
||||||
|
// textBox2.SelectAll();
|
||||||
|
// return;
|
||||||
|
//}
|
||||||
|
//
|
||||||
|
|
||||||
|
if (tbSD.Value.ToShortDateString().Equals(tbED.Value.ToShortDateString()) == false)
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE("외출은 시작일 종료일이 같아야 합니다, 종료일자를 시작일자로 자동 변경 합니다");
|
||||||
|
tbED.Value = tbSD.Value;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if(textBox2.Text.Equals("00:00")==false)
|
||||||
|
{
|
||||||
|
var st = DateTime.Parse(tbSD.Value.ToShortDateString() + " " + textBox1.Text + ":00");
|
||||||
|
var et = DateTime.Parse(tbED.Value.ToShortDateString() + " " + textBox2.Text + ":00");
|
||||||
|
if (et <= st)
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE("외출 시간을 확인하세요.\n종료시간은 시작시간보다 커야 합니다");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var uid = this.cmbUser.SelectedValue;
|
var uid = this.cmbUser.SelectedValue;
|
||||||
if (uid == null)
|
if (uid == null)
|
||||||
{
|
{
|
||||||
@@ -200,44 +265,48 @@ namespace FPJ0000.OtConfirm
|
|||||||
}
|
}
|
||||||
|
|
||||||
//사용시간여부 확인
|
//사용시간여부 확인
|
||||||
var minmsg = "해당 항목 [{0}]의 신청 가능 일(시간)이 없습니다\n\n남은 일(시간) : {1} \n\n관리자 문의 하세요";
|
if (radOut.Checked == false)
|
||||||
if (IsAdmin)
|
{
|
||||||
minmsg = "해당 항목 [{0}]의 신청 가능 일(시간)이 없습니다\n\n남은 일(시간) : {1} \n\n관리자 권한으로 기록은 진행 됩니다";
|
var minmsg = "해당 항목 [{0}]의 신청 가능 일(시간)이 없습니다\n\n남은 일(시간) : {1} \n\n관리자 문의 하세요";
|
||||||
|
if (IsAdmin)
|
||||||
|
minmsg = "해당 항목 [{0}]의 신청 가능 일(시간)이 없습니다\n\n남은 일(시간) : {1} \n\n관리자 권한으로 기록은 진행 됩니다";
|
||||||
|
|
||||||
bool oktime = false;
|
bool oktime = false;
|
||||||
if (radTime.Checked) //대체사용
|
if (radTime.Checked) //대체사용
|
||||||
{
|
|
||||||
minmsg = minmsg.Replace("{0}", "대체");
|
|
||||||
if (holydata.ContainsKey("대체"))
|
|
||||||
{
|
{
|
||||||
var data = holydata["대체"].Split('|');
|
minmsg = minmsg.Replace("{0}", "대체");
|
||||||
var 발생 = float.Parse(data[3]);
|
if (holydata.ContainsKey("대체"))
|
||||||
var 사용 = float.Parse(data[4]);
|
{
|
||||||
var 잔량 = float.Parse(data[5]);
|
var data = holydata["대체"].Split('|');
|
||||||
if (vTime <= 잔량) oktime = true;
|
var 발생 = float.Parse(data[3]);
|
||||||
else minmsg = minmsg.Replace("{1}", 잔량.ToString());
|
var 사용 = float.Parse(data[4]);
|
||||||
|
var 잔량 = float.Parse(data[5]);
|
||||||
|
if (vTime <= 잔량) oktime = true;
|
||||||
|
else minmsg = minmsg.Replace("{1}", 잔량.ToString());
|
||||||
|
}
|
||||||
|
else minmsg = minmsg.Replace("{1}", "(자료없음)");
|
||||||
}
|
}
|
||||||
else minmsg = minmsg.Replace("{1}", "(자료없음)");
|
else
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
var 항목 = tbCate.Text;
|
|
||||||
minmsg = minmsg.Replace("{0}", 항목);
|
|
||||||
if (holydata.ContainsKey(항목))
|
|
||||||
{
|
{
|
||||||
var data = holydata[항목].Split('|');
|
var 항목 = tbCate.Text;
|
||||||
var 발생 = float.Parse(data[0]);
|
minmsg = minmsg.Replace("{0}", 항목);
|
||||||
var 사용 = float.Parse(data[1]);
|
if (holydata.ContainsKey(항목))
|
||||||
var 잔량 = float.Parse(data[2]);
|
{
|
||||||
if (vDay <= 잔량) oktime = true;
|
var data = holydata[항목].Split('|');
|
||||||
else minmsg = minmsg.Replace("{1}", 잔량.ToString());
|
var 발생 = float.Parse(data[0]);
|
||||||
|
var 사용 = float.Parse(data[1]);
|
||||||
|
var 잔량 = float.Parse(data[2]);
|
||||||
|
if (vDay <= 잔량) oktime = true;
|
||||||
|
else minmsg = minmsg.Replace("{1}", 잔량.ToString());
|
||||||
|
}
|
||||||
|
else minmsg = minmsg.Replace("{1}", "(자료없음)");
|
||||||
}
|
}
|
||||||
else minmsg = minmsg.Replace("{1}", "(자료없음)");
|
if (oktime == false)
|
||||||
}
|
{
|
||||||
if (oktime == false)
|
//FCOMMON.Util.MsgE(minmsg);
|
||||||
{
|
//if (IsAdmin == false) return;
|
||||||
//FCOMMON.Util.MsgE(minmsg);
|
}
|
||||||
//if (IsAdmin == false) return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// return;
|
// return;
|
||||||
@@ -261,7 +330,7 @@ namespace FPJ0000.OtConfirm
|
|||||||
{
|
{
|
||||||
var db = new EEEntities();
|
var db = new EEEntities();
|
||||||
string chkdt = tbSD.Value.ToShortDateString();
|
string chkdt = tbSD.Value.ToShortDateString();
|
||||||
var existdb = db.EETGW_HolydayRequest.Where(t => t.gcode == FCOMMON.info.Login.gcode && t.uid == uid.ToString() && t.sdate == chkdt).Any();
|
var existdb = db.EETGW_HolydayRequest.Where(t => t.gcode == FCOMMON.info.Login.gcode && t.cate == cate && t.uid == uid.ToString() && t.sdate == chkdt).Any();
|
||||||
if (existdb)
|
if (existdb)
|
||||||
{
|
{
|
||||||
FCOMMON.Util.MsgE("동일 날짜에 등록된 자료가 있습니다");
|
FCOMMON.Util.MsgE("동일 날짜에 등록된 자료가 있습니다");
|
||||||
@@ -315,6 +384,9 @@ namespace FPJ0000.OtConfirm
|
|||||||
dr.edate = tbED.Value.ToShortDateString();
|
dr.edate = tbED.Value.ToShortDateString();
|
||||||
dr.sendmail = chkSendMail.Checked; //220104
|
dr.sendmail = chkSendMail.Checked; //220104
|
||||||
|
|
||||||
|
dr.stime = textBox1.Text.Trim();
|
||||||
|
dr.etime = textBox2.Text.Trim();
|
||||||
|
|
||||||
dr.HolyDays = vDay;
|
dr.HolyDays = vDay;
|
||||||
dr.HolyTimes = vTime;//
|
dr.HolyTimes = vTime;//
|
||||||
|
|
||||||
@@ -382,8 +454,14 @@ namespace FPJ0000.OtConfirm
|
|||||||
tbDays.BackColor = Color.DimGray;
|
tbDays.BackColor = Color.DimGray;
|
||||||
tbTimes.BackColor = Color.Gold;
|
tbTimes.BackColor = Color.Gold;
|
||||||
groupBox1.Text = "사용시간";
|
groupBox1.Text = "사용시간";
|
||||||
|
radTime.BackColor = Color.Lime;
|
||||||
|
radDay.BackColor = SystemColors.Control;
|
||||||
|
radOut.BackColor = SystemColors.Control;
|
||||||
|
groupBox1.Enabled = true;
|
||||||
|
textBox1.Enabled = false;
|
||||||
|
textBox2.Enabled = textBox1.Enabled;
|
||||||
}
|
}
|
||||||
else
|
else if (radDay.Checked)
|
||||||
{
|
{
|
||||||
tbCate.Enabled = true;
|
tbCate.Enabled = true;
|
||||||
tbDays.Enabled = true;
|
tbDays.Enabled = true;
|
||||||
@@ -391,7 +469,24 @@ namespace FPJ0000.OtConfirm
|
|||||||
tbTimes.BackColor = Color.DimGray;
|
tbTimes.BackColor = Color.DimGray;
|
||||||
tbDays.BackColor = Color.Gold;
|
tbDays.BackColor = Color.Gold;
|
||||||
groupBox1.Text = "사용일";
|
groupBox1.Text = "사용일";
|
||||||
|
radDay.BackColor = Color.Lime;
|
||||||
|
radTime.BackColor = SystemColors.Control;
|
||||||
|
radOut.BackColor = SystemColors.Control;
|
||||||
|
groupBox1.Enabled = true;
|
||||||
|
textBox1.Enabled = false;
|
||||||
|
textBox2.Enabled = textBox1.Enabled;
|
||||||
}
|
}
|
||||||
|
else if (radOut.Checked)
|
||||||
|
{
|
||||||
|
radOut.BackColor = Color.Lime;
|
||||||
|
radTime.BackColor = SystemColors.Control;
|
||||||
|
radDay.BackColor = SystemColors.Control;
|
||||||
|
textBox1.Enabled = radOut.Checked;
|
||||||
|
if (dr.RowState == DataRowState.Detached) textBox2.Enabled = false;
|
||||||
|
else textBox2.Enabled = true;
|
||||||
|
groupBox1.Enabled = !textBox1.Enabled;
|
||||||
|
}
|
||||||
|
|
||||||
if (binit)
|
if (binit)
|
||||||
UpdateStatus();
|
UpdateStatus();
|
||||||
}
|
}
|
||||||
@@ -435,5 +530,10 @@ namespace FPJ0000.OtConfirm
|
|||||||
if (holydata.Any())
|
if (holydata.Any())
|
||||||
updateuserinfo = uid; //업데이트한 사용자 id 기록
|
updateuserinfo = uid; //업데이트한 사용자 id 기록
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void radioButton1_CheckedChanged_1(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,9 +123,6 @@
|
|||||||
<metadata name="dSKuntae.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="dSKuntae.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>17, 17</value>
|
<value>17, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="dSKuntae.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>186, 17</value>
|
<value>186, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
109
SubProject/FPJ0000/OtConfirm/fOutCoomplete.Designer.cs
generated
Normal file
109
SubProject/FPJ0000/OtConfirm/fOutCoomplete.Designer.cs
generated
Normal file
@@ -0,0 +1,109 @@
|
|||||||
|
|
||||||
|
namespace FPJ0000.OtConfirm
|
||||||
|
{
|
||||||
|
partial class fOutCoomplete
|
||||||
|
{
|
||||||
|
/// <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.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
|
this.dtSD = new System.Windows.Forms.DateTimePicker();
|
||||||
|
this.dtED = new System.Windows.Forms.DateTimePicker();
|
||||||
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.Location = new System.Drawing.Point(26, 23);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(197, 54);
|
||||||
|
this.label1.TabIndex = 0;
|
||||||
|
this.label1.Text = "외출 시작";
|
||||||
|
//
|
||||||
|
// label2
|
||||||
|
//
|
||||||
|
this.label2.AutoSize = true;
|
||||||
|
this.label2.Location = new System.Drawing.Point(26, 100);
|
||||||
|
this.label2.Name = "label2";
|
||||||
|
this.label2.Size = new System.Drawing.Size(197, 54);
|
||||||
|
this.label2.TabIndex = 0;
|
||||||
|
this.label2.Text = "외출 종료";
|
||||||
|
//
|
||||||
|
// dtSD
|
||||||
|
//
|
||||||
|
this.dtSD.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
||||||
|
this.dtSD.Location = new System.Drawing.Point(239, 23);
|
||||||
|
this.dtSD.Name = "dtSD";
|
||||||
|
this.dtSD.Size = new System.Drawing.Size(328, 61);
|
||||||
|
this.dtSD.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// dtED
|
||||||
|
//
|
||||||
|
this.dtED.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
||||||
|
this.dtED.Location = new System.Drawing.Point(239, 100);
|
||||||
|
this.dtED.Name = "dtED";
|
||||||
|
this.dtED.Size = new System.Drawing.Size(328, 61);
|
||||||
|
this.dtED.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// button1
|
||||||
|
//
|
||||||
|
this.button1.Location = new System.Drawing.Point(35, 179);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(532, 79);
|
||||||
|
this.button1.TabIndex = 2;
|
||||||
|
this.button1.Text = "완료";
|
||||||
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||||
|
//
|
||||||
|
// fOutCoomplete
|
||||||
|
//
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
|
this.ClientSize = new System.Drawing.Size(595, 275);
|
||||||
|
this.Controls.Add(this.button1);
|
||||||
|
this.Controls.Add(this.dtED);
|
||||||
|
this.Controls.Add(this.dtSD);
|
||||||
|
this.Controls.Add(this.label2);
|
||||||
|
this.Controls.Add(this.label1);
|
||||||
|
this.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||||
|
this.Name = "fOutCoomplete";
|
||||||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
|
this.Text = "외출 종료";
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.Label label1;
|
||||||
|
private System.Windows.Forms.Label label2;
|
||||||
|
private System.Windows.Forms.Button button1;
|
||||||
|
public System.Windows.Forms.DateTimePicker dtSD;
|
||||||
|
public System.Windows.Forms.DateTimePicker dtED;
|
||||||
|
}
|
||||||
|
}
|
||||||
33
SubProject/FPJ0000/OtConfirm/fOutCoomplete.cs
Normal file
33
SubProject/FPJ0000/OtConfirm/fOutCoomplete.cs
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace FPJ0000.OtConfirm
|
||||||
|
{
|
||||||
|
public partial class fOutCoomplete : Form
|
||||||
|
{
|
||||||
|
public fOutCoomplete(DSKuntae.EETGW_HolydayRequestRow dr)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
var sd = DateTime.Now;
|
||||||
|
var ed = DateTime.Now;
|
||||||
|
this.dtSD.Value = DateTime.Parse(sd.ToShortDateString() + " " + dr.stime + ":00");
|
||||||
|
if (dr.etime.isEmpty() || dr.etime == "00:00")
|
||||||
|
this.dtED.Value = DateTime.Now;
|
||||||
|
else
|
||||||
|
this.dtED.Value = DateTime.Parse(ed.ToShortDateString() + " " + dr.etime + ":00");
|
||||||
|
}
|
||||||
|
|
||||||
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (FCOMMON.Util.MsgQ("완료 할까요? 관리자 완료 메일이 발송 됩니다") != DialogResult.Yes) return;
|
||||||
|
DialogResult = DialogResult.OK;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
120
SubProject/FPJ0000/OtConfirm/fOutCoomplete.resx
Normal file
120
SubProject/FPJ0000/OtConfirm/fOutCoomplete.resx
Normal file
@@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
14
SubProject/FPJ0000/Project/fProjectData.Designer.cs
generated
14
SubProject/FPJ0000/Project/fProjectData.Designer.cs
generated
@@ -210,6 +210,7 @@
|
|||||||
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
|
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
|
||||||
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
|
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
|
||||||
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
|
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
|
||||||
|
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
||||||
nameLabel = new System.Windows.Forms.Label();
|
nameLabel = new System.Windows.Forms.Label();
|
||||||
reqstaffLabel = new System.Windows.Forms.Label();
|
reqstaffLabel = new System.Windows.Forms.Label();
|
||||||
usermainLabel = new System.Windows.Forms.Label();
|
usermainLabel = new System.Windows.Forms.Label();
|
||||||
@@ -715,7 +716,8 @@
|
|||||||
this.btIO,
|
this.btIO,
|
||||||
this.btMailAddr,
|
this.btMailAddr,
|
||||||
this.btPath,
|
this.btPath,
|
||||||
this.btSendMail});
|
this.btSendMail,
|
||||||
|
this.toolStripButton8});
|
||||||
this.bn.Location = new System.Drawing.Point(0, 726);
|
this.bn.Location = new System.Drawing.Point(0, 726);
|
||||||
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
||||||
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
||||||
@@ -2611,6 +2613,15 @@
|
|||||||
//
|
//
|
||||||
this.taToDo.ClearBeforeFill = true;
|
this.taToDo.ClearBeforeFill = true;
|
||||||
//
|
//
|
||||||
|
// toolStripButton8
|
||||||
|
//
|
||||||
|
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
|
||||||
|
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
|
this.toolStripButton8.Name = "toolStripButton8";
|
||||||
|
this.toolStripButton8.Size = new System.Drawing.Size(63, 22);
|
||||||
|
this.toolStripButton8.Text = "스케쥴";
|
||||||
|
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
|
||||||
|
//
|
||||||
// fProjectData
|
// fProjectData
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||||
@@ -2829,5 +2840,6 @@
|
|||||||
private System.Windows.Forms.ComboBox cmbReqLine;
|
private System.Windows.Forms.ComboBox cmbReqLine;
|
||||||
private System.Windows.Forms.ComboBox cmbReqPlant;
|
private System.Windows.Forms.ComboBox cmbReqPlant;
|
||||||
private System.Windows.Forms.TextBox tbPno;
|
private System.Windows.Forms.TextBox tbPno;
|
||||||
|
private System.Windows.Forms.ToolStripButton toolStripButton8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -130,6 +130,7 @@ namespace FPJ0000
|
|||||||
btMailAddr.Enabled = false;
|
btMailAddr.Enabled = false;
|
||||||
btSendMail.Enabled = false;
|
btSendMail.Enabled = false;
|
||||||
tabControl2.Enabled = false;
|
tabControl2.Enabled = false;
|
||||||
|
toolStripButton8.Enabled = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -656,5 +657,12 @@ namespace FPJ0000
|
|||||||
{
|
{
|
||||||
SelectDate(textBox9);
|
SelectDate(textBox9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void toolStripButton8_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var f = new fProjectSchedule(int.Parse(tbIdx.Text),false);
|
||||||
|
f.MdiParent = this.MdiParent;
|
||||||
|
f.ShowDialog();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -336,6 +336,21 @@
|
|||||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="toolStripButton8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||||
|
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||||
|
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||||
|
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||||
|
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||||
|
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||||
|
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||||
|
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||||
|
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||||
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="bsHistWeek.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bsHistWeek.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
|||||||
221
SubProject/FPJ0000/Project/fProjectList.Designer.cs
generated
221
SubProject/FPJ0000/Project/fProjectList.Designer.cs
generated
@@ -30,36 +30,36 @@
|
|||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectList));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectList));
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType25 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType26 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType67 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType68 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType69 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType70 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType71 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType72 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType73 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType27 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType28 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType74 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType75 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType76 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType77 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType29 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType30 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType31 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType32 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType78 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType79 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType80 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType81 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType15 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType82 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType83 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType84 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType85 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType86 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType20 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType87 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType88 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.dsMSSQL = new FPJ0000.dsPRJ();
|
this.dsMSSQL = new FPJ0000.dsPRJ();
|
||||||
@@ -88,6 +88,7 @@
|
|||||||
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.sbCount = new System.Windows.Forms.ToolStripLabel();
|
this.sbCount = new System.Windows.Forms.ToolStripLabel();
|
||||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
|
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||||
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
@@ -161,8 +162,8 @@
|
|||||||
this.chk진행 = new System.Windows.Forms.ToolStripButton();
|
this.chk진행 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.chk보류 = new System.Windows.Forms.ToolStripButton();
|
this.chk보류 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.chk취소 = new System.Windows.Forms.ToolStripButton();
|
this.chk취소 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.chk완료보고 = new System.Windows.Forms.ToolStripButton();
|
|
||||||
this.chk완료 = new System.Windows.Forms.ToolStripButton();
|
this.chk완료 = new System.Windows.Forms.ToolStripButton();
|
||||||
|
this.chk완료보고 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.btViewDel = new System.Windows.Forms.ToolStripButton();
|
this.btViewDel = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
||||||
@@ -172,7 +173,6 @@
|
|||||||
this.button1 = new System.Windows.Forms.Button();
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.label17 = new System.Windows.Forms.Label();
|
this.label17 = new System.Windows.Forms.Label();
|
||||||
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||||
this.bn.SuspendLayout();
|
this.bn.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||||
@@ -442,6 +442,16 @@
|
|||||||
this.toolStripButton2.Visible = false;
|
this.toolStripButton2.Visible = false;
|
||||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
|
||||||
//
|
//
|
||||||
|
// toolStripButton5
|
||||||
|
//
|
||||||
|
this.toolStripButton5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
|
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
|
||||||
|
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
|
this.toolStripButton5.Name = "toolStripButton5";
|
||||||
|
this.toolStripButton5.Size = new System.Drawing.Size(143, 22);
|
||||||
|
this.toolStripButton5.Text = "프로젝트 스케쥴 현황";
|
||||||
|
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
|
||||||
|
//
|
||||||
// cm
|
// cm
|
||||||
//
|
//
|
||||||
this.cm.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
this.cm.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||||
@@ -699,174 +709,174 @@
|
|||||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F;
|
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F;
|
||||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 44F;
|
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 44F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
numberCellType25.DecimalPlaces = 0;
|
numberCellType1.DecimalPlaces = 0;
|
||||||
numberCellType25.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType25.MaximumValue = 2147483647D;
|
numberCellType1.MaximumValue = 2147483647D;
|
||||||
numberCellType25.MinimumValue = -2147483648D;
|
numberCellType1.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType25;
|
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
|
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).Locked = true;
|
this.fpSpread1_Sheet1.Columns.Get(0).Locked = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 45F;
|
this.fpSpread1_Sheet1.Columns.Get(0).Width = 45F;
|
||||||
numberCellType26.DecimalPlaces = 0;
|
numberCellType2.DecimalPlaces = 0;
|
||||||
numberCellType26.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType26.MaximumValue = 2147483647D;
|
numberCellType2.MaximumValue = 2147483647D;
|
||||||
numberCellType26.MinimumValue = -2147483648D;
|
numberCellType2.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = numberCellType26;
|
this.fpSpread1_Sheet1.Columns.Get(1).CellType = numberCellType2;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "pno";
|
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "pno";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "Project\r\nNo";
|
this.fpSpread1_Sheet1.Columns.Get(1).Label = "Project\r\nNo";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true;
|
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType67;
|
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType1;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "process";
|
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "process";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).Label = "Process / Equipment";
|
this.fpSpread1_Sheet1.Columns.Get(2).Label = "Process / Equipment";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType68;
|
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType2;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ReqSite";
|
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ReqSite";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "Site";
|
this.fpSpread1_Sheet1.Columns.Get(3).Label = "Site";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType69;
|
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType3;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ReqPlant";
|
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ReqPlant";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "Plant";
|
this.fpSpread1_Sheet1.Columns.Get(4).Label = "Plant";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType70;
|
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType4;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ReqPackage";
|
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ReqPackage";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).Label = "PKG";
|
this.fpSpread1_Sheet1.Columns.Get(5).Label = "PKG";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType71;
|
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ReqLine";
|
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ReqLine";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "Line";
|
this.fpSpread1_Sheet1.Columns.Get(6).Label = "Line";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType72;
|
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType6;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "part";
|
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "part";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).Label = "Request Team";
|
this.fpSpread1_Sheet1.Columns.Get(7).Label = "Request Team";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType73;
|
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType7;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "name";
|
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "name";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "Project Title";
|
this.fpSpread1_Sheet1.Columns.Get(8).Label = "Project Title";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
numberCellType27.DecimalPlaces = 0;
|
numberCellType3.DecimalPlaces = 0;
|
||||||
numberCellType27.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType27.MaximumValue = 2147483647D;
|
numberCellType3.MaximumValue = 2147483647D;
|
||||||
numberCellType27.MinimumValue = -2147483648D;
|
numberCellType3.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType27;
|
this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType3;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "finishrate";
|
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "finishrate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).Label = "준수율(%)";
|
this.fpSpread1_Sheet1.Columns.Get(9).Label = "준수율(%)";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
numberCellType28.DecimalPlaces = 0;
|
numberCellType4.DecimalPlaces = 0;
|
||||||
numberCellType28.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType28.MaximumValue = 2147483647D;
|
numberCellType4.MaximumValue = 2147483647D;
|
||||||
numberCellType28.MinimumValue = -2147483648D;
|
numberCellType4.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType28;
|
this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType4;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "ProgressPrj";
|
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "ProgressPrj";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).Label = "Progress(%)";
|
this.fpSpread1_Sheet1.Columns.Get(10).Label = "Progress(%)";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).Width = 63F;
|
this.fpSpread1_Sheet1.Columns.Get(10).Width = 63F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType74;
|
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType8;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "status";
|
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "status";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).Label = "Status";
|
this.fpSpread1_Sheet1.Columns.Get(11).Label = "Status";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "Status";
|
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "Status";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType75;
|
this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType9;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "sdate";
|
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "sdate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "Start Date";
|
this.fpSpread1_Sheet1.Columns.Get(12).Label = "Start Date";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).Width = 52F;
|
this.fpSpread1_Sheet1.Columns.Get(12).Width = 52F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType76;
|
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType10;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "ddate";
|
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "ddate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "Due Date";
|
this.fpSpread1_Sheet1.Columns.Get(13).Label = "Due Date";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).Width = 51F;
|
this.fpSpread1_Sheet1.Columns.Get(13).Width = 51F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType77;
|
this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType11;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "edate";
|
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "edate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).Label = "Done Date";
|
this.fpSpread1_Sheet1.Columns.Get(14).Label = "Done Date";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
numberCellType29.DecimalPlaces = 0;
|
numberCellType5.DecimalPlaces = 0;
|
||||||
numberCellType29.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType29.MaximumValue = 2147483647D;
|
numberCellType5.MaximumValue = 2147483647D;
|
||||||
numberCellType29.MinimumValue = -2147483648D;
|
numberCellType5.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).CellType = numberCellType29;
|
this.fpSpread1_Sheet1.Columns.Get(15).CellType = numberCellType5;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "cnt";
|
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "cnt";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).Label = "Q\'ty";
|
this.fpSpread1_Sheet1.Columns.Get(15).Label = "Q\'ty";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).Width = 42F;
|
this.fpSpread1_Sheet1.Columns.Get(15).Width = 42F;
|
||||||
numberCellType30.MaximumValue = 999999999999999D;
|
numberCellType6.MaximumValue = 999999999999999D;
|
||||||
numberCellType30.MinimumValue = -999999999999999D;
|
numberCellType6.MinimumValue = -999999999999999D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType30;
|
this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType6;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "costo";
|
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "costo";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).Label = "Outsourced Cost ($K)/Set\r\n";
|
this.fpSpread1_Sheet1.Columns.Get(16).Label = "Outsourced Cost ($K)/Set\r\n";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 63F;
|
this.fpSpread1_Sheet1.Columns.Get(16).Width = 63F;
|
||||||
numberCellType31.MaximumValue = 999999999999999D;
|
numberCellType7.MaximumValue = 999999999999999D;
|
||||||
numberCellType31.MinimumValue = -999999999999999D;
|
numberCellType7.MinimumValue = -999999999999999D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType31;
|
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType7;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "costn";
|
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "costn";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "In-house Cost ($K/Set)";
|
this.fpSpread1_Sheet1.Columns.Get(17).Label = "In-house Cost ($K/Set)";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).Width = 63F;
|
this.fpSpread1_Sheet1.Columns.Get(17).Width = 63F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(18).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
numberCellType32.MaximumValue = 999999999999999D;
|
numberCellType8.MaximumValue = 999999999999999D;
|
||||||
numberCellType32.MinimumValue = -999999999999999D;
|
numberCellType8.MinimumValue = -999999999999999D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType32;
|
this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType8;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "coste";
|
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "coste";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
this.fpSpread1_Sheet1.Columns.Get(18).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "Cost Save ($k)/Set";
|
this.fpSpread1_Sheet1.Columns.Get(18).Label = "Cost Save ($k)/Set";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 67F;
|
this.fpSpread1_Sheet1.Columns.Get(18).Width = 67F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType78;
|
this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType12;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "orderno";
|
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "orderno";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).Label = "SCR/CF";
|
this.fpSpread1_Sheet1.Columns.Get(19).Label = "SCR/CF";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType79;
|
this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType13;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "name_software";
|
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "name_software";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).Label = "S/W";
|
this.fpSpread1_Sheet1.Columns.Get(20).Label = "S/W";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType80;
|
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType14;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "name_design";
|
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "name_design";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).Label = "Design";
|
this.fpSpread1_Sheet1.Columns.Get(21).Label = "Design";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType81;
|
this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType15;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "name_assembly";
|
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "name_assembly";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).Label = "Assembly";
|
this.fpSpread1_Sheet1.Columns.Get(22).Label = "Assembly";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).CellType = textCellType82;
|
this.fpSpread1_Sheet1.Columns.Get(23).CellType = textCellType16;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "name_epanel";
|
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "name_epanel";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).Label = "ePanel";
|
this.fpSpread1_Sheet1.Columns.Get(23).Label = "ePanel";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType83;
|
this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType17;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(24).DataField = "name_champion";
|
this.fpSpread1_Sheet1.Columns.Get(24).DataField = "name_champion";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(24).Label = "Champion";
|
this.fpSpread1_Sheet1.Columns.Get(24).Label = "Champion";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType84;
|
this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType18;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(25).DataField = "lasthistory";
|
this.fpSpread1_Sheet1.Columns.Get(25).DataField = "lasthistory";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(25).Label = "History";
|
this.fpSpread1_Sheet1.Columns.Get(25).Label = "History";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType85;
|
this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType19;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(26).DataField = "memo";
|
this.fpSpread1_Sheet1.Columns.Get(26).DataField = "memo";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(26).Label = "Memo";
|
this.fpSpread1_Sheet1.Columns.Get(26).Label = "Memo";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(26).Width = 77F;
|
this.fpSpread1_Sheet1.Columns.Get(26).Width = 77F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(27).CellType = textCellType86;
|
this.fpSpread1_Sheet1.Columns.Get(27).CellType = textCellType20;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(27).DataField = "asset";
|
this.fpSpread1_Sheet1.Columns.Get(27).DataField = "asset";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(27).Label = "Asset";
|
this.fpSpread1_Sheet1.Columns.Get(27).Label = "Asset";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType87;
|
this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType21;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(28).DataField = "model";
|
this.fpSpread1_Sheet1.Columns.Get(28).DataField = "model";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(28).Label = "Model#";
|
this.fpSpread1_Sheet1.Columns.Get(28).Label = "Model#";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType88;
|
this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType22;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(29).DataField = "serial";
|
this.fpSpread1_Sheet1.Columns.Get(29).DataField = "serial";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(29).Label = "Serial#";
|
this.fpSpread1_Sheet1.Columns.Get(29).Label = "Serial#";
|
||||||
@@ -1409,8 +1419,8 @@
|
|||||||
this.chk진행,
|
this.chk진행,
|
||||||
this.chk보류,
|
this.chk보류,
|
||||||
this.chk취소,
|
this.chk취소,
|
||||||
this.chk완료보고,
|
|
||||||
this.chk완료,
|
this.chk완료,
|
||||||
|
this.chk완료보고,
|
||||||
this.btViewDel,
|
this.btViewDel,
|
||||||
this.toolStripSeparator3,
|
this.toolStripSeparator3,
|
||||||
this.toolStripLabel2,
|
this.toolStripLabel2,
|
||||||
@@ -1454,6 +1464,7 @@
|
|||||||
this.chk대기.Name = "chk대기";
|
this.chk대기.Name = "chk대기";
|
||||||
this.chk대기.Size = new System.Drawing.Size(55, 24);
|
this.chk대기.Size = new System.Drawing.Size(55, 24);
|
||||||
this.chk대기.Text = "대기";
|
this.chk대기.Text = "대기";
|
||||||
|
this.chk대기.Visible = false;
|
||||||
this.chk대기.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
this.chk대기.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
||||||
//
|
//
|
||||||
// chk진행
|
// chk진행
|
||||||
@@ -1490,17 +1501,6 @@
|
|||||||
this.chk취소.Text = "취소";
|
this.chk취소.Text = "취소";
|
||||||
this.chk취소.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
this.chk취소.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
||||||
//
|
//
|
||||||
// chk완료보고
|
|
||||||
//
|
|
||||||
this.chk완료보고.CheckOnClick = true;
|
|
||||||
this.chk완료보고.ForeColor = System.Drawing.Color.Green;
|
|
||||||
this.chk완료보고.Image = ((System.Drawing.Image)(resources.GetObject("chk완료보고.Image")));
|
|
||||||
this.chk완료보고.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
||||||
this.chk완료보고.Name = "chk완료보고";
|
|
||||||
this.chk완료보고.Size = new System.Drawing.Size(87, 24);
|
|
||||||
this.chk완료보고.Text = "완료(보고)";
|
|
||||||
this.chk완료보고.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
|
||||||
//
|
|
||||||
// chk완료
|
// chk완료
|
||||||
//
|
//
|
||||||
this.chk완료.Checked = true;
|
this.chk완료.Checked = true;
|
||||||
@@ -1513,6 +1513,17 @@
|
|||||||
this.chk완료.Text = "완료";
|
this.chk완료.Text = "완료";
|
||||||
this.chk완료.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
this.chk완료.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
||||||
//
|
//
|
||||||
|
// chk완료보고
|
||||||
|
//
|
||||||
|
this.chk완료보고.CheckOnClick = true;
|
||||||
|
this.chk완료보고.ForeColor = System.Drawing.Color.Green;
|
||||||
|
this.chk완료보고.Image = ((System.Drawing.Image)(resources.GetObject("chk완료보고.Image")));
|
||||||
|
this.chk완료보고.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
|
this.chk완료보고.Name = "chk완료보고";
|
||||||
|
this.chk완료보고.Size = new System.Drawing.Size(87, 24);
|
||||||
|
this.chk완료보고.Text = "완료(보고)";
|
||||||
|
this.chk완료보고.CheckedChanged += new System.EventHandler(this.chk검토_CheckedChanged);
|
||||||
|
//
|
||||||
// btViewDel
|
// btViewDel
|
||||||
//
|
//
|
||||||
this.btViewDel.CheckOnClick = true;
|
this.btViewDel.CheckOnClick = true;
|
||||||
@@ -1623,16 +1634,6 @@
|
|||||||
this.label17.Text = "구매 진행";
|
this.label17.Text = "구매 진행";
|
||||||
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
//
|
//
|
||||||
// toolStripButton5
|
|
||||||
//
|
|
||||||
this.toolStripButton5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
||||||
this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
|
|
||||||
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
||||||
this.toolStripButton5.Name = "toolStripButton5";
|
|
||||||
this.toolStripButton5.Size = new System.Drawing.Size(143, 22);
|
|
||||||
this.toolStripButton5.Text = "프로젝트 스케쥴 현황";
|
|
||||||
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
|
|
||||||
//
|
|
||||||
// fProjectList
|
// fProjectList
|
||||||
//
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
|
|||||||
@@ -230,17 +230,17 @@
|
|||||||
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIxSURBVDhPpZL/SxNxHMbvPwoClVIsFrTKUtcmLY0WGChF
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIwSURBVDhPpZL/SxNxHMbvPwoClVIsFrTKUtcmLY0WGChF
|
||||||
SKESs3bThpqsL1RYuqZc5kpZay1GZbmlk6lpS1vSV/sy+7Ld2tzW2sronu4+O3S3/Kle8HBw7+d5ePPh
|
SKESs3bThtoYFRWWrimXuVLWWotRWW7pZGrq0pb01b7Mvmy3NjdbWxnd091nh+6WP9ULHg7u/TwPbz68
|
||||||
Tf03RsdHtN8MwGB9D/3API73v4GWefVIHEvoG43qekcWF3ofRmB2hdH9IAwqmf6FXNXTpzgxI4FxR7/n
|
qf/G5PyI9ltBGGzvoe+fx8m+N9Ayrx6LYwm9IzFdz/DiQs+jKCzuCLoeRkAl07+Qq3rayIkZCYwn9j3X
|
||||||
eqmT3hYYPDroR7Q45mokP+tMzyBmJPS4v5J5/9xlMP5LMM9cAIUcBMOBi7OrFpiGw2SeDWXxhJAtwbD/
|
S532tcDg1UE/rMUJdyP5WWd+BjEjodvzlcz75q6ACVyGZeYiKOQgGA5dml2zwDwUIfNsKKs3jGwJhoMX
|
||||||
vE9SUGVRqCqYHSjrkkPdrZD4Ket4UOzKEI6noTkztVxQZSlVKekSrnm4CW2jzSg/u40EBQbGgpkC+2QI
|
/JKCKqtCVcHsQlmnHOouhcRP2cZCYleGSCINzdnJlYIqa6lKSZdwzUNNaBtpRvm5HSQo0D8ayhQ4JsJw
|
||||||
9okgnNNBvP2SwO6OCVKg7itVKeitnPZuPXaZylF8ogDy1k0Y9IZgFTTO/r3B609xVLR6oWK2V5bRcq7R
|
jIfgmgrh7Zcl7DWOkwJ1b6lKQW/ntPfqscdcjuJTBZC3bsGALwyboDH27w1ef0qgotUHFbOzsoyWc42u
|
||||||
WQcZXcgV0XlbjLcWEE8twTbJEq+d/5ICsgW/gY1XjXUflD0lqL62B4cdB7GRXsetp9duFjZqs31ALLkE
|
OsjoQq6Izttmur2ARGoZ9gmWeB38lxSQLfgN7LxqbAeg7C5B9fV9OOo8jM30Bm4jvX6rsFGb/QPiyWU4
|
||||||
xxSL29MZUUNPWCRSKy+ruVIJvVuLQ/YaFNMFXH5TJizQMvgOi99+4o4vs8H9Gf6QnI9ZZEvdpYSsvRBF
|
J1ncmcqIGnzCYim1+rKaq5XQe7Q44qhBMV3A5TdlwgItA++w+O0n7vozGzyY4Q/JNc0iW+pOJWTthSjS
|
||||||
+jzkH12zHBbQXZ8nBUN8UAiTghv8Q2TzIhCDxuhd9Q60V18iyhe4noaJ1+3nC4RArjZ0uH+LGQkNzHNE
|
5yH/+LqVsIDuxjwpGOSDQpgU3OQfIpsXwTg0Jt+ad6C99hIxvsD9NEK8ngBfIARytcno+S1mJDQwzxFd
|
||||||
Ej/AxtL4HEkhwCZB7TR4kCtZwz27mJFwxDw3VtvpT9Z2zqL6nA97T6/cyz9CUX8AkOYskbmj6aQAAAAA
|
+gE2nsbnaApBNglqt8GLXMka7jvEjIRjlrnR2o5AsrZjFtXn/dh/ZvVe/hGK+gOGgSyOMlw1+wAAAABJ
|
||||||
SUVORK5CYII=
|
RU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
@@ -290,9 +290,6 @@
|
|||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="cm.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="cm.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>387, 17</value>
|
<value>387, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -350,18 +347,12 @@
|
|||||||
<metadata name="bsHist.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="bsHist.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>561, 17</value>
|
<value>561, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="bsHist.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>561, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>731, 17</value>
|
<value>731, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="taHist.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="taHist.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>647, 17</value>
|
<value>647, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>731, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>828, 17</value>
|
<value>828, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -455,7 +446,7 @@
|
|||||||
AABJRU5ErkJggg==
|
AABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chk완료보고.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="chk완료.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKrSURBVDhPrZPbS5NxHMbfv6DrubX3LQ0vMi+KUVQK6UWE
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKrSURBVDhPrZPbS5NxHMbfv6DrubX3LQ0vMi+KUVQK6UWE
|
||||||
@@ -473,7 +464,7 @@
|
|||||||
AABJRU5ErkJggg==
|
AABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chk완료.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="chk완료보고.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKrSURBVDhPrZPbS5NxHMbfv6DrubX3LQ0vMi+KUVQK6UWE
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKrSURBVDhPrZPbS5NxHMbfv6DrubX3LQ0vMi+KUVQK6UWE
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ namespace FPJ0000
|
|||||||
EEEntities db;
|
EEEntities db;
|
||||||
Boolean bInit = false;
|
Boolean bInit = false;
|
||||||
|
|
||||||
public fProjectSchedule(int project_)
|
public fProjectSchedule(int project_,bool enbEdit=true)
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
projectindex = project_;
|
projectindex = project_;
|
||||||
@@ -30,6 +30,7 @@ namespace FPJ0000
|
|||||||
//this.dsPRJ.EETGW_ProjectReson.TableNewRow += EETGW_ProjectReson_TableNewRow;
|
//this.dsPRJ.EETGW_ProjectReson.TableNewRow += EETGW_ProjectReson_TableNewRow;
|
||||||
|
|
||||||
this.KeyDown += FProjectSchedule_KeyDown;
|
this.KeyDown += FProjectSchedule_KeyDown;
|
||||||
|
button2.Enabled = enbEdit;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FProjectSchedule_KeyDown(object sender, KeyEventArgs e)
|
private void FProjectSchedule_KeyDown(object sender, KeyEventArgs e)
|
||||||
|
|||||||
5
SubProject/FPJ0000/dsReport.Designer.cs
generated
5
SubProject/FPJ0000/dsReport.Designer.cs
generated
@@ -9185,8 +9185,9 @@ ORDER BY title, ww";
|
|||||||
EETGW_ProjectsSchedule.progress
|
EETGW_ProjectsSchedule.progress
|
||||||
FROM Projects LEFT OUTER JOIN
|
FROM Projects LEFT OUTER JOIN
|
||||||
EETGW_ProjectsSchedule ON Projects.gcode = EETGW_ProjectsSchedule.gcode AND Projects.idx = EETGW_ProjectsSchedule.project
|
EETGW_ProjectsSchedule ON Projects.gcode = EETGW_ProjectsSchedule.gcode AND Projects.idx = EETGW_ProjectsSchedule.project
|
||||||
WHERE (Projects.gcode = @gcode) AND (Projects.status = '진행') AND (ISNULL(Projects.isdel, 0) = 0) AND (dbo.getLastProjectScheduleNo(Projects.gcode, Projects.idx)
|
WHERE (Projects.gcode = @gcode) AND (Projects.status = '검토' OR
|
||||||
= EETGW_ProjectsSchedule.no) AND (EETGW_ProjectsSchedule.uid LIKE @uidlike)
|
Projects.status = '진행') AND (ISNULL(Projects.isdel, 0) = 0) AND (dbo.getLastProjectScheduleNo(Projects.gcode, Projects.idx) = EETGW_ProjectsSchedule.no) AND
|
||||||
|
(EETGW_ProjectsSchedule.uid LIKE @uidlike)
|
||||||
ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSchedule.seq";
|
ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSchedule.seq";
|
||||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||||
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||||
|
|||||||
@@ -337,8 +337,9 @@ ORDER BY title, ww</CommandText>
|
|||||||
EETGW_ProjectsSchedule.progress
|
EETGW_ProjectsSchedule.progress
|
||||||
FROM Projects LEFT OUTER JOIN
|
FROM Projects LEFT OUTER JOIN
|
||||||
EETGW_ProjectsSchedule ON Projects.gcode = EETGW_ProjectsSchedule.gcode AND Projects.idx = EETGW_ProjectsSchedule.project
|
EETGW_ProjectsSchedule ON Projects.gcode = EETGW_ProjectsSchedule.gcode AND Projects.idx = EETGW_ProjectsSchedule.project
|
||||||
WHERE (Projects.gcode = @gcode) AND (Projects.status = '진행') AND (ISNULL(Projects.isdel, 0) = 0) AND (dbo.getLastProjectScheduleNo(Projects.gcode, Projects.idx)
|
WHERE (Projects.gcode = @gcode) AND (Projects.status = '검토' OR
|
||||||
= EETGW_ProjectsSchedule.no) AND (EETGW_ProjectsSchedule.uid LIKE @uidlike)
|
Projects.status = '진행') AND (ISNULL(Projects.isdel, 0) = 0) AND (dbo.getLastProjectScheduleNo(Projects.gcode, Projects.idx) = EETGW_ProjectsSchedule.no) AND
|
||||||
|
(EETGW_ProjectsSchedule.uid LIKE @uidlike)
|
||||||
ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSchedule.seq</CommandText>
|
ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSchedule.seq</CommandText>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.Projects" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
<Parameter AllowDbNull="false" AutogeneratedName="gcode" ColumnName="gcode" DataSourceName="EE.dbo.Projects" DataTypeServer="varchar(10)" DbType="AnsiString" Direction="Input" ParameterName="@gcode" Precision="0" ProviderType="VarChar" Scale="0" Size="10" SourceColumn="gcode" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||||
@@ -378,7 +379,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
<xs:element name="dsReport" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsReport" msprop:Generator_UserDSName="dsReport">
|
<xs:element name="dsReport" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="dsReport" msprop:Generator_UserDSName="dsReport">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||||
<xs:element name="jobReport" msprop:Generator_TableClassName="jobReportDataTable" msprop:Generator_TableVarName="tablejobReport" msprop:Generator_RowChangedName="jobReportRowChanged" msprop:Generator_TablePropName="jobReport" msprop:Generator_RowDeletingName="jobReportRowDeleting" msprop:Generator_RowChangingName="jobReportRowChanging" msprop:Generator_RowEvHandlerName="jobReportRowChangeEventHandler" msprop:Generator_RowDeletedName="jobReportRowDeleted" msprop:Generator_RowClassName="jobReportRow" msprop:Generator_UserTableName="jobReport" msprop:Generator_RowEvArgName="jobReportRowChangeEvent">
|
<xs:element name="jobReport" msprop:Generator_TableClassName="jobReportDataTable" msprop:Generator_TableVarName="tablejobReport" msprop:Generator_TablePropName="jobReport" msprop:Generator_RowDeletingName="jobReportRowDeleting" msprop:Generator_RowChangingName="jobReportRowChanging" msprop:Generator_RowEvHandlerName="jobReportRowChangeEventHandler" msprop:Generator_RowDeletedName="jobReportRowDeleted" msprop:Generator_UserTableName="jobReport" msprop:Generator_RowChangedName="jobReportRowChanged" msprop:Generator_RowEvArgName="jobReportRowChangeEvent" msprop:Generator_RowClassName="jobReportRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="yymm" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnyymm" msprop:Generator_ColumnPropNameInRow="yymm" msprop:Generator_ColumnPropNameInTable="yymmColumn" msprop:Generator_UserColumnName="yymm">
|
<xs:element name="yymm" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnyymm" msprop:Generator_ColumnPropNameInRow="yymm" msprop:Generator_ColumnPropNameInTable="yymmColumn" msprop:Generator_UserColumnName="yymm">
|
||||||
@@ -418,7 +419,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="JobReportDay" msprop:Generator_TableClassName="JobReportDayDataTable" msprop:Generator_TableVarName="tableJobReportDay" msprop:Generator_RowChangedName="JobReportDayRowChanged" msprop:Generator_TablePropName="JobReportDay" msprop:Generator_RowDeletingName="JobReportDayRowDeleting" msprop:Generator_RowChangingName="JobReportDayRowChanging" msprop:Generator_RowEvHandlerName="JobReportDayRowChangeEventHandler" msprop:Generator_RowDeletedName="JobReportDayRowDeleted" msprop:Generator_RowClassName="JobReportDayRow" msprop:Generator_UserTableName="JobReportDay" msprop:Generator_RowEvArgName="JobReportDayRowChangeEvent">
|
<xs:element name="JobReportDay" msprop:Generator_TableClassName="JobReportDayDataTable" msprop:Generator_TableVarName="tableJobReportDay" msprop:Generator_TablePropName="JobReportDay" msprop:Generator_RowDeletingName="JobReportDayRowDeleting" msprop:Generator_RowChangingName="JobReportDayRowChanging" msprop:Generator_RowEvHandlerName="JobReportDayRowChangeEventHandler" msprop:Generator_RowDeletedName="JobReportDayRowDeleted" msprop:Generator_UserTableName="JobReportDay" msprop:Generator_RowChangedName="JobReportDayRowChanged" msprop:Generator_RowEvArgName="JobReportDayRowChangeEvent" msprop:Generator_RowClassName="JobReportDayRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="uid" msprop:Generator_ColumnVarNameInTable="columnuid" msprop:Generator_ColumnPropNameInRow="uid" msprop:Generator_ColumnPropNameInTable="uidColumn" msprop:Generator_UserColumnName="uid">
|
<xs:element name="uid" msprop:Generator_ColumnVarNameInTable="columnuid" msprop:Generator_ColumnPropNameInRow="uid" msprop:Generator_ColumnPropNameInTable="uidColumn" msprop:Generator_UserColumnName="uid">
|
||||||
@@ -461,7 +462,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="ProcessList" msprop:Generator_TableClassName="ProcessListDataTable" msprop:Generator_TableVarName="tableProcessList" msprop:Generator_RowChangedName="ProcessListRowChanged" msprop:Generator_TablePropName="ProcessList" msprop:Generator_RowDeletingName="ProcessListRowDeleting" msprop:Generator_RowChangingName="ProcessListRowChanging" msprop:Generator_RowEvHandlerName="ProcessListRowChangeEventHandler" msprop:Generator_RowDeletedName="ProcessListRowDeleted" msprop:Generator_RowClassName="ProcessListRow" msprop:Generator_UserTableName="ProcessList" msprop:Generator_RowEvArgName="ProcessListRowChangeEvent">
|
<xs:element name="ProcessList" msprop:Generator_TableClassName="ProcessListDataTable" msprop:Generator_TableVarName="tableProcessList" msprop:Generator_TablePropName="ProcessList" msprop:Generator_RowDeletingName="ProcessListRowDeleting" msprop:Generator_RowChangingName="ProcessListRowChanging" msprop:Generator_RowEvHandlerName="ProcessListRowChangeEventHandler" msprop:Generator_RowDeletedName="ProcessListRowDeleted" msprop:Generator_UserTableName="ProcessList" msprop:Generator_RowChangedName="ProcessListRowChanged" msprop:Generator_RowEvArgName="ProcessListRowChangeEvent" msprop:Generator_RowClassName="ProcessListRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="processs" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="processs" msprop:Generator_ColumnVarNameInTable="columnprocesss" msprop:Generator_ColumnPropNameInTable="processsColumn" msprop:Generator_UserColumnName="processs">
|
<xs:element name="processs" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="processs" msprop:Generator_ColumnVarNameInTable="columnprocesss" msprop:Generator_ColumnPropNameInTable="processsColumn" msprop:Generator_UserColumnName="processs">
|
||||||
@@ -474,7 +475,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="ProcessUserList" msprop:Generator_TableClassName="ProcessUserListDataTable" msprop:Generator_TableVarName="tableProcessUserList" msprop:Generator_RowChangedName="ProcessUserListRowChanged" msprop:Generator_TablePropName="ProcessUserList" msprop:Generator_RowDeletingName="ProcessUserListRowDeleting" msprop:Generator_RowChangingName="ProcessUserListRowChanging" msprop:Generator_RowEvHandlerName="ProcessUserListRowChangeEventHandler" msprop:Generator_RowDeletedName="ProcessUserListRowDeleted" msprop:Generator_RowClassName="ProcessUserListRow" msprop:Generator_UserTableName="ProcessUserList" msprop:Generator_RowEvArgName="ProcessUserListRowChangeEvent">
|
<xs:element name="ProcessUserList" msprop:Generator_TableClassName="ProcessUserListDataTable" msprop:Generator_TableVarName="tableProcessUserList" msprop:Generator_TablePropName="ProcessUserList" msprop:Generator_RowDeletingName="ProcessUserListRowDeleting" msprop:Generator_RowChangingName="ProcessUserListRowChanging" msprop:Generator_RowEvHandlerName="ProcessUserListRowChangeEventHandler" msprop:Generator_RowDeletedName="ProcessUserListRowDeleted" msprop:Generator_UserTableName="ProcessUserList" msprop:Generator_RowChangedName="ProcessUserListRowChanged" msprop:Generator_RowEvArgName="ProcessUserListRowChangeEvent" msprop:Generator_RowClassName="ProcessUserListRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" minOccurs="0">
|
<xs:element name="id" msprop:Generator_ColumnVarNameInTable="columnid" msprop:Generator_ColumnPropNameInRow="id" msprop:Generator_ColumnPropNameInTable="idColumn" msprop:Generator_UserColumnName="id" minOccurs="0">
|
||||||
@@ -515,7 +516,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="PartSummary" msprop:Generator_TableClassName="PartSummaryDataTable" msprop:Generator_TableVarName="tablePartSummary" msprop:Generator_RowChangedName="PartSummaryRowChanged" msprop:Generator_TablePropName="PartSummary" msprop:Generator_RowDeletingName="PartSummaryRowDeleting" msprop:Generator_RowChangingName="PartSummaryRowChanging" msprop:Generator_RowEvHandlerName="PartSummaryRowChangeEventHandler" msprop:Generator_RowDeletedName="PartSummaryRowDeleted" msprop:Generator_RowClassName="PartSummaryRow" msprop:Generator_UserTableName="PartSummary" msprop:Generator_RowEvArgName="PartSummaryRowChangeEvent">
|
<xs:element name="PartSummary" msprop:Generator_TableClassName="PartSummaryDataTable" msprop:Generator_TableVarName="tablePartSummary" msprop:Generator_TablePropName="PartSummary" msprop:Generator_RowDeletingName="PartSummaryRowDeleting" msprop:Generator_RowChangingName="PartSummaryRowChanging" msprop:Generator_RowEvHandlerName="PartSummaryRowChangeEventHandler" msprop:Generator_RowDeletedName="PartSummaryRowDeleted" msprop:Generator_UserTableName="PartSummary" msprop:Generator_RowChangedName="PartSummaryRowChanged" msprop:Generator_RowEvArgName="PartSummaryRowChangeEvent" msprop:Generator_RowClassName="PartSummaryRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="ItemGroup" msprop:nullValue="미지정" msprop:Generator_ColumnPropNameInRow="ItemGroup" msprop:Generator_ColumnVarNameInTable="columnItemGroup" msprop:Generator_ColumnPropNameInTable="ItemGroupColumn" msprop:Generator_UserColumnName="ItemGroup" type="xs:string" minOccurs="0" />
|
<xs:element name="ItemGroup" msprop:nullValue="미지정" msprop:Generator_ColumnPropNameInRow="ItemGroup" msprop:Generator_ColumnVarNameInTable="columnItemGroup" msprop:Generator_ColumnPropNameInTable="ItemGroupColumn" msprop:Generator_UserColumnName="ItemGroup" type="xs:string" minOccurs="0" />
|
||||||
@@ -527,7 +528,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="HolidayLIst" msprop:Generator_TableClassName="HolidayLIstDataTable" msprop:Generator_TableVarName="tableHolidayLIst" msprop:Generator_TablePropName="HolidayLIst" msprop:Generator_RowDeletingName="HolidayLIstRowDeleting" msprop:Generator_RowChangingName="HolidayLIstRowChanging" msprop:Generator_RowEvHandlerName="HolidayLIstRowChangeEventHandler" msprop:Generator_RowDeletedName="HolidayLIstRowDeleted" msprop:Generator_UserTableName="HolidayLIst" msprop:Generator_RowChangedName="HolidayLIstRowChanged" msprop:Generator_RowEvArgName="HolidayLIstRowChangeEvent" msprop:Generator_RowClassName="HolidayLIstRow">
|
<xs:element name="HolidayLIst" msprop:Generator_TableClassName="HolidayLIstDataTable" msprop:Generator_TableVarName="tableHolidayLIst" msprop:Generator_RowChangedName="HolidayLIstRowChanged" msprop:Generator_TablePropName="HolidayLIst" msprop:Generator_RowDeletingName="HolidayLIstRowDeleting" msprop:Generator_RowChangingName="HolidayLIstRowChanging" msprop:Generator_RowEvHandlerName="HolidayLIstRowChangeEventHandler" msprop:Generator_RowDeletedName="HolidayLIstRowDeleted" msprop:Generator_RowClassName="HolidayLIstRow" msprop:Generator_UserTableName="HolidayLIst" msprop:Generator_RowEvArgName="HolidayLIstRowChangeEvent">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
||||||
@@ -557,7 +558,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="vJobReportForUser" msprop:Generator_TableClassName="vJobReportForUserDataTable" msprop:Generator_TableVarName="tablevJobReportForUser" msprop:Generator_RowChangedName="vJobReportForUserRowChanged" msprop:Generator_TablePropName="vJobReportForUser" msprop:Generator_RowDeletingName="vJobReportForUserRowDeleting" msprop:Generator_RowChangingName="vJobReportForUserRowChanging" msprop:Generator_RowEvHandlerName="vJobReportForUserRowChangeEventHandler" msprop:Generator_RowDeletedName="vJobReportForUserRowDeleted" msprop:Generator_RowClassName="vJobReportForUserRow" msprop:Generator_UserTableName="vJobReportForUser" msprop:Generator_RowEvArgName="vJobReportForUserRowChangeEvent">
|
<xs:element name="vJobReportForUser" msprop:Generator_TableClassName="vJobReportForUserDataTable" msprop:Generator_TableVarName="tablevJobReportForUser" msprop:Generator_TablePropName="vJobReportForUser" msprop:Generator_RowDeletingName="vJobReportForUserRowDeleting" msprop:Generator_RowChangingName="vJobReportForUserRowChanging" msprop:Generator_RowEvHandlerName="vJobReportForUserRowChangeEventHandler" msprop:Generator_RowDeletedName="vJobReportForUserRowDeleted" msprop:Generator_UserTableName="vJobReportForUser" msprop:Generator_RowChangedName="vJobReportForUserRowChanged" msprop:Generator_RowEvArgName="vJobReportForUserRowChangeEvent" msprop:Generator_RowClassName="vJobReportForUserRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="idx" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
<xs:element name="idx" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
||||||
@@ -674,7 +675,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="K5DailyForm" msprop:Generator_TableClassName="K5DailyFormDataTable" msprop:Generator_TableVarName="tableK5DailyForm" msprop:Generator_TablePropName="K5DailyForm" msprop:Generator_RowDeletingName="K5DailyFormRowDeleting" msprop:Generator_RowChangingName="K5DailyFormRowChanging" msprop:Generator_RowEvHandlerName="K5DailyFormRowChangeEventHandler" msprop:Generator_RowDeletedName="K5DailyFormRowDeleted" msprop:Generator_UserTableName="K5DailyForm" msprop:Generator_RowChangedName="K5DailyFormRowChanged" msprop:Generator_RowEvArgName="K5DailyFormRowChangeEvent" msprop:Generator_RowClassName="K5DailyFormRow">
|
<xs:element name="K5DailyForm" msprop:Generator_TableClassName="K5DailyFormDataTable" msprop:Generator_TableVarName="tableK5DailyForm" msprop:Generator_RowChangedName="K5DailyFormRowChanged" msprop:Generator_TablePropName="K5DailyForm" msprop:Generator_RowDeletingName="K5DailyFormRowDeleting" msprop:Generator_RowChangingName="K5DailyFormRowChanging" msprop:Generator_RowEvHandlerName="K5DailyFormRowChangeEventHandler" msprop:Generator_RowDeletedName="K5DailyFormRowDeleted" msprop:Generator_RowClassName="K5DailyFormRow" msprop:Generator_UserTableName="K5DailyForm" msprop:Generator_RowEvArgName="K5DailyFormRowChangeEvent">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="Grp" msprop:Generator_ColumnVarNameInTable="columnGrp" msprop:Generator_ColumnPropNameInRow="Grp" msprop:Generator_ColumnPropNameInTable="GrpColumn" msprop:Generator_UserColumnName="Grp" type="xs:string" />
|
<xs:element name="Grp" msprop:Generator_ColumnVarNameInTable="columnGrp" msprop:Generator_ColumnPropNameInRow="Grp" msprop:Generator_ColumnPropNameInTable="GrpColumn" msprop:Generator_UserColumnName="Grp" type="xs:string" />
|
||||||
@@ -688,7 +689,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="JobProjectTimes" msprop:Generator_TableClassName="JobProjectTimesDataTable" msprop:Generator_TableVarName="tableJobProjectTimes" msprop:Generator_RowChangedName="JobProjectTimesRowChanged" msprop:Generator_TablePropName="JobProjectTimes" msprop:Generator_RowDeletingName="JobProjectTimesRowDeleting" msprop:Generator_RowChangingName="JobProjectTimesRowChanging" msprop:Generator_RowEvHandlerName="JobProjectTimesRowChangeEventHandler" msprop:Generator_RowDeletedName="JobProjectTimesRowDeleted" msprop:Generator_RowClassName="JobProjectTimesRow" msprop:Generator_UserTableName="JobProjectTimes" msprop:Generator_RowEvArgName="JobProjectTimesRowChangeEvent">
|
<xs:element name="JobProjectTimes" msprop:Generator_TableClassName="JobProjectTimesDataTable" msprop:Generator_TableVarName="tableJobProjectTimes" msprop:Generator_TablePropName="JobProjectTimes" msprop:Generator_RowDeletingName="JobProjectTimesRowDeleting" msprop:Generator_RowChangingName="JobProjectTimesRowChanging" msprop:Generator_RowEvHandlerName="JobProjectTimesRowChangeEventHandler" msprop:Generator_RowDeletedName="JobProjectTimesRowDeleted" msprop:Generator_UserTableName="JobProjectTimes" msprop:Generator_RowChangedName="JobProjectTimesRowChanged" msprop:Generator_RowEvArgName="JobProjectTimesRowChangeEvent" msprop:Generator_RowClassName="JobProjectTimesRow">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="ww" msdata:ReadOnly="true" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ww" msprop:Generator_ColumnVarNameInTable="columnww" msprop:Generator_ColumnPropNameInTable="wwColumn" msprop:Generator_UserColumnName="ww" minOccurs="0">
|
<xs:element name="ww" msdata:ReadOnly="true" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="ww" msprop:Generator_ColumnVarNameInTable="columnww" msprop:Generator_ColumnPropNameInTable="wwColumn" msprop:Generator_UserColumnName="ww" minOccurs="0">
|
||||||
@@ -725,7 +726,7 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="UserScheduleTable" msprop:Generator_TableClassName="UserScheduleTableDataTable" msprop:Generator_TableVarName="tableUserScheduleTable" msprop:Generator_TablePropName="UserScheduleTable" msprop:Generator_RowDeletingName="UserScheduleTableRowDeleting" msprop:Generator_RowChangingName="UserScheduleTableRowChanging" msprop:Generator_RowEvHandlerName="UserScheduleTableRowChangeEventHandler" msprop:Generator_RowDeletedName="UserScheduleTableRowDeleted" msprop:Generator_UserTableName="UserScheduleTable" msprop:Generator_RowChangedName="UserScheduleTableRowChanged" msprop:Generator_RowEvArgName="UserScheduleTableRowChangeEvent" msprop:Generator_RowClassName="UserScheduleTableRow">
|
<xs:element name="UserScheduleTable" msprop:Generator_TableClassName="UserScheduleTableDataTable" msprop:Generator_TableVarName="tableUserScheduleTable" msprop:Generator_RowChangedName="UserScheduleTableRowChanged" msprop:Generator_TablePropName="UserScheduleTable" msprop:Generator_RowDeletingName="UserScheduleTableRowDeleting" msprop:Generator_RowChangingName="UserScheduleTableRowChanging" msprop:Generator_RowEvHandlerName="UserScheduleTableRowChangeEventHandler" msprop:Generator_RowDeletedName="UserScheduleTableRowDeleted" msprop:Generator_RowClassName="UserScheduleTableRow" msprop:Generator_UserTableName="UserScheduleTable" msprop:Generator_RowEvArgName="UserScheduleTableRowChangeEvent">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
<xs:element name="idx" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnidx" msprop:Generator_ColumnPropNameInRow="idx" msprop:Generator_ColumnPropNameInTable="idxColumn" msprop:Generator_UserColumnName="idx" type="xs:int" />
|
||||||
@@ -803,15 +804,15 @@ ORDER BY Projects.idx DESC, subidx, EETGW_ProjectsSchedule.no, EETGW_ProjectsSch
|
|||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="complete" msprop:Generator_ColumnVarNameInTable="columncomplete" msprop:Generator_ColumnPropNameInRow="complete" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="completeColumn" msprop:Generator_UserColumnName="complete" type="xs:boolean" minOccurs="0" />
|
<xs:element name="complete" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="complete" msprop:Generator_ColumnVarNameInTable="columncomplete" msprop:Generator_ColumnPropNameInTable="completeColumn" msprop:Generator_UserColumnName="complete" type="xs:boolean" minOccurs="0" />
|
||||||
<xs:element name="uidname" msprop:Generator_ColumnVarNameInTable="columnuidname" msprop:Generator_ColumnPropNameInRow="uidname" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInTable="uidnameColumn" msprop:Generator_UserColumnName="uidname" minOccurs="0">
|
<xs:element name="uidname" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="uidname" msprop:Generator_ColumnVarNameInTable="columnuidname" msprop:Generator_ColumnPropNameInTable="uidnameColumn" msprop:Generator_UserColumnName="uidname" minOccurs="0">
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base="xs:string">
|
<xs:restriction base="xs:string">
|
||||||
<xs:maxLength value="50" />
|
<xs:maxLength value="50" />
|
||||||
</xs:restriction>
|
</xs:restriction>
|
||||||
</xs:simpleType>
|
</xs:simpleType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
<xs:element name="progress" msprop:Generator_ColumnVarNameInTable="columnprogress" msprop:Generator_ColumnPropNameInRow="progress" msprop:nullValue="0" msprop:Generator_ColumnPropNameInTable="progressColumn" msprop:Generator_UserColumnName="progress" type="xs:int" minOccurs="0" />
|
<xs:element name="progress" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="progress" msprop:Generator_ColumnVarNameInTable="columnprogress" msprop:Generator_ColumnPropNameInTable="progressColumn" msprop:Generator_UserColumnName="progress" type="xs:int" minOccurs="0" />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|||||||
Reference in New Issue
Block a user