...
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
this.dsReport = new FPJ0000.dsReport();
|
||||
this.ta = new FPJ0000.dsReportTableAdapters.JobReportDayTableAdapter();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.linkLabel13 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel14 = new System.Windows.Forms.LinkLabel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.linkLabel9 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel10 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel11 = new System.Windows.Forms.LinkLabel();
|
||||
@@ -56,9 +59,6 @@
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.btRefresh = new System.Windows.Forms.Button();
|
||||
this.dv1 = new arCtl.arDatagridView();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.linkLabel13 = new System.Windows.Forms.LinkLabel();
|
||||
this.linkLabel14 = new System.Windows.Forms.LinkLabel();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
@@ -114,6 +114,42 @@
|
||||
this.panel1.Size = new System.Drawing.Size(1114, 58);
|
||||
this.panel1.TabIndex = 7;
|
||||
//
|
||||
// linkLabel13
|
||||
//
|
||||
this.linkLabel13.AutoSize = true;
|
||||
this.linkLabel13.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.linkLabel13.Location = new System.Drawing.Point(717, 31);
|
||||
this.linkLabel13.Name = "linkLabel13";
|
||||
this.linkLabel13.Size = new System.Drawing.Size(51, 19);
|
||||
this.linkLabel13.TabIndex = 27;
|
||||
this.linkLabel13.TabStop = true;
|
||||
this.linkLabel13.Text = "하반기";
|
||||
this.linkLabel13.Click += new System.EventHandler(this.linkLabel13_Click);
|
||||
//
|
||||
// linkLabel14
|
||||
//
|
||||
this.linkLabel14.AutoSize = true;
|
||||
this.linkLabel14.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.linkLabel14.Location = new System.Drawing.Point(717, 7);
|
||||
this.linkLabel14.Name = "linkLabel14";
|
||||
this.linkLabel14.Size = new System.Drawing.Size(51, 19);
|
||||
this.linkLabel14.TabIndex = 26;
|
||||
this.linkLabel14.TabStop = true;
|
||||
this.linkLabel14.Text = "상반기";
|
||||
this.linkLabel14.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel14_LinkClicked);
|
||||
this.linkLabel14.Click += new System.EventHandler(this.linkLabel13_Click);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.button1.Location = new System.Drawing.Point(884, 5);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 48);
|
||||
this.button1.TabIndex = 25;
|
||||
this.button1.Text = "WW축소";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// linkLabel9
|
||||
//
|
||||
this.linkLabel9.AutoSize = true;
|
||||
@@ -368,42 +404,6 @@
|
||||
this.dv1.Size = new System.Drawing.Size(1114, 641);
|
||||
this.dv1.TabIndex = 1;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.button1.Location = new System.Drawing.Point(884, 5);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 48);
|
||||
this.button1.TabIndex = 25;
|
||||
this.button1.Text = "WW축소";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// linkLabel13
|
||||
//
|
||||
this.linkLabel13.AutoSize = true;
|
||||
this.linkLabel13.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.linkLabel13.Location = new System.Drawing.Point(717, 31);
|
||||
this.linkLabel13.Name = "linkLabel13";
|
||||
this.linkLabel13.Size = new System.Drawing.Size(51, 19);
|
||||
this.linkLabel13.TabIndex = 27;
|
||||
this.linkLabel13.TabStop = true;
|
||||
this.linkLabel13.Text = "하반기";
|
||||
this.linkLabel13.Click += new System.EventHandler(this.linkLabel13_Click);
|
||||
//
|
||||
// linkLabel14
|
||||
//
|
||||
this.linkLabel14.AutoSize = true;
|
||||
this.linkLabel14.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.linkLabel14.Location = new System.Drawing.Point(717, 7);
|
||||
this.linkLabel14.Name = "linkLabel14";
|
||||
this.linkLabel14.Size = new System.Drawing.Size(51, 19);
|
||||
this.linkLabel14.TabIndex = 26;
|
||||
this.linkLabel14.TabStop = true;
|
||||
this.linkLabel14.Text = "상반기";
|
||||
this.linkLabel14.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel14_LinkClicked);
|
||||
this.linkLabel14.Click += new System.EventHandler(this.linkLabel13_Click);
|
||||
//
|
||||
// rJobReportPrj
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -412,7 +412,7 @@
|
||||
this.Controls.Add(this.dv1);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "rJobReportPrj";
|
||||
this.Text = "개인별 프로젝트 집계";
|
||||
this.Text = "개인별 프로젝트 점유율(%) 현황";
|
||||
this.Load += new System.EventHandler(this.rJobReport_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user