namespace FPJ0000 { partial class fProjectLayout { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectLayout)); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dsMSSQL = new FPJ0000.dsPRJ(); this.cm = new System.Windows.Forms.ContextMenuStrip(this.components); this.편집ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.프로젝트해제ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.엑셀파일로저장ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.예약변경ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter(); this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager(); this.bsHist = new System.Windows.Forms.BindingSource(this.components); this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.btSearch = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.ctlLayout1 = new FPJ0000.Project.ctlLayout(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); this.cm.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bsHist)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // bs // this.bs.DataMember = "Projects"; this.bs.DataSource = this.dsMSSQL; this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); // // dsMSSQL // this.dsMSSQL.DataSetName = "dsMSSQL"; this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // cm // this.cm.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.편집ToolStripMenuItem, this.프로젝트해제ToolStripMenuItem, this.엑셀파일로저장ToolStripMenuItem, this.예약변경ToolStripMenuItem}); this.cm.Name = "contextMenuStrip1"; this.cm.Size = new System.Drawing.Size(243, 148); // // 편집ToolStripMenuItem // this.편집ToolStripMenuItem.Name = "편집ToolStripMenuItem"; this.편집ToolStripMenuItem.Size = new System.Drawing.Size(242, 36); this.편집ToolStripMenuItem.Text = "프로젝트 선택"; this.편집ToolStripMenuItem.Click += new System.EventHandler(this.편집ToolStripMenuItem_Click); // // 프로젝트해제ToolStripMenuItem // this.프로젝트해제ToolStripMenuItem.Name = "프로젝트해제ToolStripMenuItem"; this.프로젝트해제ToolStripMenuItem.Size = new System.Drawing.Size(242, 36); this.프로젝트해제ToolStripMenuItem.Text = "프로젝트 해제"; this.프로젝트해제ToolStripMenuItem.Click += new System.EventHandler(this.프로젝트해제ToolStripMenuItem_Click); // // 엑셀파일로저장ToolStripMenuItem // this.엑셀파일로저장ToolStripMenuItem.Name = "엑셀파일로저장ToolStripMenuItem"; this.엑셀파일로저장ToolStripMenuItem.Size = new System.Drawing.Size(242, 36); this.엑셀파일로저장ToolStripMenuItem.Text = "프로젝트 보기"; this.엑셀파일로저장ToolStripMenuItem.Click += new System.EventHandler(this.엑셀파일로저장ToolStripMenuItem_Click); // // 예약변경ToolStripMenuItem // this.예약변경ToolStripMenuItem.Name = "예약변경ToolStripMenuItem"; this.예약변경ToolStripMenuItem.Size = new System.Drawing.Size(242, 36); this.예약변경ToolStripMenuItem.Text = "예약 변경"; this.예약변경ToolStripMenuItem.Click += new System.EventHandler(this.예약변경ToolStripMenuItem_Click); // // ta // this.ta.ClearBeforeFill = true; // // tam // this.tam.BackupDataSetBeforeUpdate = false; this.tam.EETGW_JobReport_AutoInputTableAdapter = null; this.tam.EETGW_JobReport_EBoardTableAdapter = null; this.tam.EETGW_NoteTableAdapter = null; this.tam.EETGW_ProjecthistoryDTableAdapter = null; this.tam.EETGW_ProjectResonTableAdapter = null; this.tam.EETGW_ProjectsScheduleTableAdapter = null; this.tam.EETGW_ProjectToDoTableAdapter = null; this.tam.EETGW_SaveCostTableAdapter = null; this.tam.JobReportTableAdapter = null; this.tam.ProjectPartStatusTableAdapter = null; this.tam.ProjectsHistoryTableAdapter = null; this.tam.ProjectsIOMapTableAdapter = null; this.tam.ProjectsMailListTableAdapter = null; this.tam.ProjectsPartTableAdapter = null; this.tam.ProjectsTableAdapter = this.ta; this.tam.SPMasterTableAdapter = null; this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; // // bsHist // this.bsHist.DataMember = "ProjectsHistory"; this.bsHist.DataSource = this.dsMSSQL; this.bsHist.Sort = "pdate desc"; // // taHist // this.taHist.ClearBeforeFill = true; // // panel1 // this.panel1.Controls.Add(this.btSearch); this.panel1.Controls.Add(this.button1); 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(1184, 55); this.panel1.TabIndex = 9; // // btSearch // this.btSearch.Dock = System.Windows.Forms.DockStyle.Right; this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image"))); this.btSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btSearch.Location = new System.Drawing.Point(959, 5); this.btSearch.Name = "btSearch"; this.btSearch.Padding = new System.Windows.Forms.Padding(5, 0, 3, 0); this.btSearch.Size = new System.Drawing.Size(122, 45); this.btSearch.TabIndex = 9; this.btSearch.Text = "새로고침(&R)"; this.btSearch.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btSearch.UseVisualStyleBackColor = true; this.btSearch.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Dock = System.Windows.Forms.DockStyle.Right; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(1081, 5); this.button1.Name = "button1"; this.button1.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0); this.button1.Size = new System.Drawing.Size(98, 45); this.button1.TabIndex = 0; this.button1.Text = "닫기"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // ctlLayout1 // this.ctlLayout1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90))))); this.ctlLayout1.ContextMenuStrip = this.cm; this.ctlLayout1.Dock = System.Windows.Forms.DockStyle.Fill; this.ctlLayout1.Font = new System.Drawing.Font("맑은 고딕", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.ctlLayout1.fontDue = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold); this.ctlLayout1.fontName = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.ctlLayout1.fontNo = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.ctlLayout1.ForeColor = System.Drawing.Color.Yellow; this.ctlLayout1.Location = new System.Drawing.Point(0, 55); this.ctlLayout1.Name = "ctlLayout1"; this.ctlLayout1.Padding = new System.Windows.Forms.Padding(10); this.ctlLayout1.Size = new System.Drawing.Size(1184, 656); this.ctlLayout1.TabIndex = 11; this.ctlLayout1.Text = "ctlLayout1"; // // fProjectLayout // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1184, 711); this.Controls.Add(this.ctlLayout1); this.Controls.Add(this.panel1); this.Name = "fProjectLayout"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Project Layout"; this.Load += new System.EventHandler(this.@__Load); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); this.cm.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bsHist)).EndInit(); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private dsPRJ dsMSSQL; private System.Windows.Forms.BindingSource bs; private dsPRJTableAdapters.ProjectsTableAdapter ta; private dsPRJTableAdapters.TableAdapterManager tam; private System.Windows.Forms.ContextMenuStrip cm; private System.Windows.Forms.ToolStripMenuItem 엑셀파일로저장ToolStripMenuItem; private System.Windows.Forms.BindingSource bsHist; private dsPRJTableAdapters.ProjectsHistoryTableAdapter taHist; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.ToolStripMenuItem 편집ToolStripMenuItem; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btSearch; private Project.ctlLayout ctlLayout1; private System.Windows.Forms.ToolStripMenuItem 예약변경ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 프로젝트해제ToolStripMenuItem; } }