namespace FPJ0000.EBoard { partial class fEBoardReport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.ds1 = new FPJ0000.DSEboard(); this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.progressBar2 = new System.Windows.Forms.ProgressBar(); this.btSave = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.dte = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.dts = new System.Windows.Forms.DateTimePicker(); this.btRefresh = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radPdate = new System.Windows.Forms.RadioButton(); this.radEdate = new System.Windows.Forms.RadioButton(); 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.ta = new FPJ0000.DSEboardTableAdapters.EETGW_JobReport_EBoardTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit(); this.SuspendLayout(); // // bs // this.bs.DataMember = "EETGW_JobReport_EBoard"; this.bs.DataSource = this.ds1; // // ds1 // this.ds1.DataSetName = "DSEboard"; this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // fpSpread1 // this.fpSpread1.AccessibleDescription = ""; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; 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, 529); this.fpSpread1.TabIndex = 7; // // fpSpread1_Sheet1 // this.fpSpread1_Sheet1.Reset(); this.fpSpread1_Sheet1.SheetName = "Sheet1"; // // progressBar2 // this.progressBar2.Dock = System.Windows.Forms.DockStyle.Bottom; this.progressBar2.Location = new System.Drawing.Point(0, 597); this.progressBar2.Name = "progressBar2"; this.progressBar2.Size = new System.Drawing.Size(1114, 23); this.progressBar2.TabIndex = 8; // // btSave // 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, 58); this.btSave.TabIndex = 12; this.btSave.Text = "파일저장"; this.btSave.UseVisualStyleBackColor = true; this.btSave.Click += new System.EventHandler(this.btSave_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(171, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 9; this.label3.Text = "종료일"; // // dte // this.dte.Location = new System.Drawing.Point(222, 38); this.dte.Name = "dte"; this.dte.Size = new System.Drawing.Size(180, 21); this.dte.TabIndex = 8; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(171, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 7; this.label2.Text = "시작일"; // // dts // this.dts.Location = new System.Drawing.Point(222, 11); this.dts.Name = "dts"; this.dts.Size = new System.Drawing.Size(180, 21); this.dts.TabIndex = 6; // // btRefresh // 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, 58); this.btRefresh.TabIndex = 2; this.btRefresh.Text = "새로고침"; this.btRefresh.UseVisualStyleBackColor = true; this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200))))); this.panel1.Controls.Add(this.groupBox1); 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); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.dts); this.panel1.Controls.Add(this.btRefresh); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; 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, 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); // // groupBox1 // this.groupBox1.Controls.Add(this.radPdate); this.groupBox1.Controls.Add(this.radEdate); this.groupBox1.Location = new System.Drawing.Point(9, 9); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(152, 48); this.groupBox1.TabIndex = 19; this.groupBox1.TabStop = false; this.groupBox1.Text = "기준일"; // // radPdate // this.radPdate.AutoSize = true; this.radPdate.Checked = true; this.radPdate.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.radPdate.Location = new System.Drawing.Point(12, 18); this.radPdate.Name = "radPdate"; this.radPdate.Size = new System.Drawing.Size(61, 19); this.radPdate.TabIndex = 18; this.radPdate.TabStop = true; this.radPdate.Text = "입고일"; this.radPdate.UseVisualStyleBackColor = true; // // radEdate // this.radEdate.AutoSize = true; this.radEdate.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.radEdate.Location = new System.Drawing.Point(81, 18); this.radEdate.Name = "radEdate"; this.radEdate.Size = new System.Drawing.Size(61, 19); this.radEdate.TabIndex = 18; this.radEdate.Text = "완료일"; this.radEdate.UseVisualStyleBackColor = true; // // 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(625, 36); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(128, 26); this.radioButton2.TabIndex = 17; 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(625, 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(559, 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(406, 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(508, 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(457, 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"; this.dsReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // ta // this.ta.ClearBeforeFill = true; // // fEBoardReport // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1114, 620); this.Controls.Add(this.fpSpread1); this.Controls.Add(this.progressBar2); this.Controls.Add(this.panel1); this.Name = "fEBoardReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "전자실 Report"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.fEBoardReport_Load); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit(); this.ResumeLayout(false); } #endregion private FarPoint.Win.Spread.FpSpread fpSpread1; private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; private System.Windows.Forms.ProgressBar progressBar2; private System.Windows.Forms.Button btSave; private System.Windows.Forms.Label label3; private System.Windows.Forms.DateTimePicker dte; private System.Windows.Forms.Label label2; private System.Windows.Forms.DateTimePicker dts; private System.Windows.Forms.Button btRefresh; 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; private System.Windows.Forms.RadioButton radEdate; private System.Windows.Forms.RadioButton radPdate; private System.Windows.Forms.GroupBox groupBox1; private DSEboard ds1; private DSEboardTableAdapters.EETGW_JobReport_EBoardTableAdapter ta; } }