This commit is contained in:
chi
2021-02-08 15:57:07 +09:00
parent 310bd13a62
commit 30b06c2d35
15 changed files with 649 additions and 417 deletions

View File

@@ -41,6 +41,12 @@ namespace FPJ0000.EBoard
this.dts = new System.Windows.Forms.DateTimePicker();
this.btRefresh = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.dsReport = new FPJ0000.dsReport();
this.bs = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
@@ -54,11 +60,11 @@ namespace FPJ0000.EBoard
//
this.fpSpread1.AccessibleDescription = "";
this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
this.fpSpread1.Location = new System.Drawing.Point(0, 58);
this.fpSpread1.Location = new System.Drawing.Point(0, 68);
this.fpSpread1.Name = "fpSpread1";
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
this.fpSpread1_Sheet1});
this.fpSpread1.Size = new System.Drawing.Size(1114, 539);
this.fpSpread1.Size = new System.Drawing.Size(1114, 529);
this.fpSpread1.TabIndex = 7;
//
// fpSpread1_Sheet1
@@ -83,7 +89,7 @@ namespace FPJ0000.EBoard
this.btSave.Dock = System.Windows.Forms.DockStyle.Right;
this.btSave.Location = new System.Drawing.Point(959, 5);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(75, 48);
this.btSave.Size = new System.Drawing.Size(75, 58);
this.btSave.TabIndex = 12;
this.btSave.Text = "파일저장";
this.btSave.UseVisualStyleBackColor = true;
@@ -92,15 +98,15 @@ namespace FPJ0000.EBoard
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(261, 27);
this.label3.Location = new System.Drawing.Point(17, 42);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(14, 12);
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 9;
this.label3.Text = "~";
this.label3.Text = "종료일";
//
// dte
//
this.dte.Location = new System.Drawing.Point(289, 23);
this.dte.Location = new System.Drawing.Point(68, 38);
this.dte.Name = "dte";
this.dte.Size = new System.Drawing.Size(180, 21);
this.dte.TabIndex = 8;
@@ -108,15 +114,15 @@ namespace FPJ0000.EBoard
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 27);
this.label2.Location = new System.Drawing.Point(17, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 7;
this.label2.Text = "검색기간";
this.label2.Text = "시작일";
//
// dts
//
this.dts.Location = new System.Drawing.Point(68, 23);
this.dts.Location = new System.Drawing.Point(68, 11);
this.dts.Name = "dts";
this.dts.Size = new System.Drawing.Size(180, 21);
this.dts.TabIndex = 6;
@@ -126,7 +132,7 @@ namespace FPJ0000.EBoard
this.btRefresh.Dock = System.Windows.Forms.DockStyle.Right;
this.btRefresh.Location = new System.Drawing.Point(1034, 5);
this.btRefresh.Name = "btRefresh";
this.btRefresh.Size = new System.Drawing.Size(75, 48);
this.btRefresh.Size = new System.Drawing.Size(75, 58);
this.btRefresh.TabIndex = 2;
this.btRefresh.Text = "새로고침";
this.btRefresh.UseVisualStyleBackColor = true;
@@ -135,6 +141,12 @@ namespace FPJ0000.EBoard
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
this.panel1.Controls.Add(this.radioButton2);
this.panel1.Controls.Add(this.radioButton1);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.button3);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.btSave);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.dte);
@@ -145,10 +157,76 @@ namespace FPJ0000.EBoard
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(5);
this.panel1.Size = new System.Drawing.Size(1114, 58);
this.panel1.Size = new System.Drawing.Size(1114, 68);
this.panel1.TabIndex = 6;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
this.panel1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDoubleClick);
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButton2.Location = new System.Drawing.Point(471, 36);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(128, 26);
this.radioButton2.TabIndex = 17;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "Capability";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.radioButton1.Location = new System.Drawing.Point(471, 9);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(208, 26);
this.radioButton1.TabIndex = 16;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Performance Report";
this.radioButton1.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.Location = new System.Drawing.Point(405, 10);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(48, 49);
this.button4.TabIndex = 15;
this.button4.Text = "일";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button3_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(252, 10);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(48, 49);
this.button3.TabIndex = 14;
this.button3.Text = "년";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(354, 10);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(48, 49);
this.button2.TabIndex = 13;
this.button2.Text = "주";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button3_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(303, 10);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(48, 49);
this.button1.TabIndex = 13;
this.button1.Text = "월";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button3_Click);
//
// dsReport
//
this.dsReport.DataSetName = "dsReport";
@@ -169,7 +247,7 @@ namespace FPJ0000.EBoard
this.Controls.Add(this.panel1);
this.Name = "fEBoardReport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "전자실 Performance Report";
this.Text = "전자실 Report";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.fEBoardReport_Load);
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
@@ -197,5 +275,11 @@ namespace FPJ0000.EBoard
private System.Windows.Forms.Panel panel1;
private dsReport dsReport;
private System.Windows.Forms.BindingSource bs;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
}
}