namespace FPJ0000.SaveCost { partial class fSaveCostReport { /// /// 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.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); this.progressBar2 = new System.Windows.Forms.ProgressBar(); this.ta = new FPJ0000.dsReportTableAdapters.JobReportDayTableAdapter(); 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.dsReport = new FPJ0000.dsReport(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); this.SuspendLayout(); // // fpSpread1 // this.fpSpread1.AccessibleDescription = ""; this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill; this.fpSpread1.Location = new System.Drawing.Point(0, 58); 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.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; // // ta // this.ta.ClearBeforeFill = true; // // 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, 48); 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(261, 27); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(14, 12); this.label3.TabIndex = 9; this.label3.Text = "~"; // // dte // this.dte.Location = new System.Drawing.Point(289, 23); 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(10, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 7; this.label2.Text = "검색기간"; // // dts // this.dts.Location = new System.Drawing.Point(68, 23); 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, 48); 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.checkBox2); this.panel1.Controls.Add(this.checkBox1); 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, 58); this.panel1.TabIndex = 6; this.panel1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDoubleClick); // // dsReport // this.dsReport.DataSetName = "dsReport"; this.dsReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bs // this.bs.DataMember = "JobReportDay"; this.bs.DataSource = this.dsReport; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Location = new System.Drawing.Point(493, 25); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(108, 16); this.checkBox1.TabIndex = 13; this.checkBox1.Text = "High Light 포함"; this.checkBox1.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Checked = true; this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox2.Location = new System.Drawing.Point(611, 25); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(96, 16); this.checkBox2.TabIndex = 14; this.checkBox2.Text = "Fan Out 포함"; this.checkBox2.UseVisualStyleBackColor = true; // // fSaveCostReport // 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 = "fSaveCostReport"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Cost Reduction Report"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.fEBoardReport_Load); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bs)).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 dsReportTableAdapters.JobReportDayTableAdapter ta; 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.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; } }