item, project 를 별도 분리
lov 생성 personalInventoryToolStripMenuItem_Click 기능 추가
This commit is contained in:
		
							
								
								
									
										465
									
								
								SubProject/FCM0000/fLovProject.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										465
									
								
								SubProject/FCM0000/fLovProject.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,465 @@ | ||||
| namespace FCM0000 | ||||
| { | ||||
|     partial class fLovProject | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// Required designer variable. | ||||
|         /// </summary> | ||||
|         private System.ComponentModel.IContainer components = null; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Clean up any resources being used. | ||||
|         /// </summary> | ||||
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||||
|         protected override void Dispose(bool disposing) | ||||
|         { | ||||
|             if (disposing && (components != null)) | ||||
|             { | ||||
|                 components.Dispose(); | ||||
|             } | ||||
|             base.Dispose(disposing); | ||||
|         } | ||||
|  | ||||
|         #region Windows Form Designer generated code | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Required method for Designer support - do not modify | ||||
|         /// the contents of this method with the code editor. | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             this.components = new System.ComponentModel.Container(); | ||||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovProject)); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             System.Windows.Forms.Label pdateLabel; | ||||
|             System.Windows.Forms.Label requestLabel; | ||||
|             System.Windows.Forms.Label reqstaffLabel; | ||||
|             System.Windows.Forms.Label sdateLabel; | ||||
|             System.Windows.Forms.Label edateLabel; | ||||
|             System.Windows.Forms.Label odateLabel; | ||||
|             System.Windows.Forms.Label memoLabel; | ||||
|             this.dsMSSQL = new FCM0000.dsMSSQL(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
|             this.bn = new System.Windows.Forms.BindingNavigator(this.components); | ||||
|             this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox(); | ||||
|             this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.btOK = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.dv = new System.Windows.Forms.DataGridView(); | ||||
|             this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.panel1 = new System.Windows.Forms.Panel(); | ||||
|             this.ta = new FCM0000.dsMSSQLTableAdapters.ProjectsTableAdapter(); | ||||
|             this.tableAdapterManager = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager(); | ||||
|             this.pdateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.requestTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.reqstaffTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.sdateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.edateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.odateTextBox = new System.Windows.Forms.TextBox(); | ||||
|             this.memoTextBox = new System.Windows.Forms.TextBox(); | ||||
|             pdateLabel = new System.Windows.Forms.Label(); | ||||
|             requestLabel = new System.Windows.Forms.Label(); | ||||
|             reqstaffLabel = new System.Windows.Forms.Label(); | ||||
|             sdateLabel = new System.Windows.Forms.Label(); | ||||
|             edateLabel = new System.Windows.Forms.Label(); | ||||
|             odateLabel = new System.Windows.Forms.Label(); | ||||
|             memoLabel = new System.Windows.Forms.Label(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||
|             this.bn.SuspendLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit(); | ||||
|             this.panel1.SuspendLayout(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // dsMSSQL | ||||
|             //  | ||||
|             this.dsMSSQL.DataSetName = "dsMSSQL"; | ||||
|             this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // bs | ||||
|             //  | ||||
|             this.bs.DataMember = "Projects"; | ||||
|             this.bs.DataSource = this.dsMSSQL; | ||||
|             this.bs.CurrentChanged += new System.EventHandler(this.bs_CurrentChanged); | ||||
|             //  | ||||
|             // bn | ||||
|             //  | ||||
|             this.bn.AddNewItem = null; | ||||
|             this.bn.BindingSource = this.bs; | ||||
|             this.bn.CountItem = this.bindingNavigatorCountItem; | ||||
|             this.bn.DeleteItem = null; | ||||
|             this.bn.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||
|             this.bn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.bindingNavigatorMoveFirstItem, | ||||
|             this.bindingNavigatorMovePreviousItem, | ||||
|             this.bindingNavigatorSeparator, | ||||
|             this.bindingNavigatorPositionItem, | ||||
|             this.bindingNavigatorCountItem, | ||||
|             this.bindingNavigatorSeparator1, | ||||
|             this.bindingNavigatorMoveNextItem, | ||||
|             this.bindingNavigatorMoveLastItem, | ||||
|             this.bindingNavigatorSeparator2, | ||||
|             this.btOK}); | ||||
|             this.bn.Location = new System.Drawing.Point(0, 408); | ||||
|             this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem; | ||||
|             this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem; | ||||
|             this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem; | ||||
|             this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem; | ||||
|             this.bn.Name = "bn"; | ||||
|             this.bn.PositionItem = this.bindingNavigatorPositionItem; | ||||
|             this.bn.Size = new System.Drawing.Size(771, 25); | ||||
|             this.bn.TabIndex = 0; | ||||
|             this.bn.Text = "bindingNavigator1"; | ||||
|             //  | ||||
|             // bindingNavigatorCountItem | ||||
|             //  | ||||
|             this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; | ||||
|             this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22); | ||||
|             this.bindingNavigatorCountItem.Text = "/{0}"; | ||||
|             this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수"; | ||||
|             //  | ||||
|             // bindingNavigatorMoveFirstItem | ||||
|             //  | ||||
|             this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||
|             this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image"))); | ||||
|             this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem"; | ||||
|             this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorMovePreviousItem | ||||
|             //  | ||||
|             this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||
|             this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image"))); | ||||
|             this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem"; | ||||
|             this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorSeparator | ||||
|             //  | ||||
|             this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator"; | ||||
|             this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25); | ||||
|             //  | ||||
|             // bindingNavigatorPositionItem | ||||
|             //  | ||||
|             this.bindingNavigatorPositionItem.AccessibleName = "위치"; | ||||
|             this.bindingNavigatorPositionItem.AutoSize = false; | ||||
|             this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem"; | ||||
|             this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); | ||||
|             this.bindingNavigatorPositionItem.Text = "0"; | ||||
|             this.bindingNavigatorPositionItem.ToolTipText = "현재 위치"; | ||||
|             //  | ||||
|             // bindingNavigatorSeparator1 | ||||
|             //  | ||||
|             this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1"; | ||||
|             this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25); | ||||
|             //  | ||||
|             // bindingNavigatorMoveNextItem | ||||
|             //  | ||||
|             this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||
|             this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image"))); | ||||
|             this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem"; | ||||
|             this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMoveNextItem.Text = "다음으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorMoveLastItem | ||||
|             //  | ||||
|             this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; | ||||
|             this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image"))); | ||||
|             this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem"; | ||||
|             this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true; | ||||
|             this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22); | ||||
|             this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동"; | ||||
|             //  | ||||
|             // bindingNavigatorSeparator2 | ||||
|             //  | ||||
|             this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"; | ||||
|             this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25); | ||||
|             //  | ||||
|             // btOK | ||||
|             //  | ||||
|             this.btOK.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; | ||||
|             this.btOK.Image = ((System.Drawing.Image)(resources.GetObject("btOK.Image"))); | ||||
|             this.btOK.Name = "btOK"; | ||||
|             this.btOK.Size = new System.Drawing.Size(76, 22); | ||||
|             this.btOK.Text = "Select(&O)"; | ||||
|             this.btOK.Click += new System.EventHandler(this.itemsBindingNavigatorSaveItem_Click); | ||||
|             //  | ||||
|             // dv | ||||
|             //  | ||||
|             this.dv.AllowUserToAddRows = false; | ||||
|             this.dv.AllowUserToDeleteRows = false; | ||||
|             this.dv.AutoGenerateColumns = false; | ||||
|             this.dv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; | ||||
|             this.dv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; | ||||
|             this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | ||||
|             this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.dataGridViewTextBoxColumn1, | ||||
|             this.dataGridViewTextBoxColumn2}); | ||||
|             this.dv.DataSource = this.bs; | ||||
|             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; | ||||
|             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; | ||||
|             dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||||
|             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; | ||||
|             dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3); | ||||
|             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||
|             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||
|             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; | ||||
|             this.dv.DefaultCellStyle = dataGridViewCellStyle2; | ||||
|             this.dv.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             this.dv.Location = new System.Drawing.Point(0, 0); | ||||
|             this.dv.Name = "dv"; | ||||
|             this.dv.ReadOnly = true; | ||||
|             this.dv.RowHeadersVisible = false; | ||||
|             this.dv.RowTemplate.Height = 23; | ||||
|             this.dv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | ||||
|             this.dv.Size = new System.Drawing.Size(450, 408); | ||||
|             this.dv.TabIndex = 1; | ||||
|             this.dv.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dv_KeyDown); | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn1 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn1.DataPropertyName = "idx"; | ||||
|             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||
|             this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1; | ||||
|             this.dataGridViewTextBoxColumn1.HeaderText = "IDX"; | ||||
|             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; | ||||
|             this.dataGridViewTextBoxColumn1.ReadOnly = true; | ||||
|             this.dataGridViewTextBoxColumn1.Width = 66; | ||||
|             //  | ||||
|             // dataGridViewTextBoxColumn2 | ||||
|             //  | ||||
|             this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; | ||||
|             this.dataGridViewTextBoxColumn2.DataPropertyName = "name"; | ||||
|             this.dataGridViewTextBoxColumn2.HeaderText = "Name"; | ||||
|             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; | ||||
|             this.dataGridViewTextBoxColumn2.ReadOnly = true; | ||||
|             //  | ||||
|             // panel1 | ||||
|             //  | ||||
|             this.panel1.Controls.Add(pdateLabel); | ||||
|             this.panel1.Controls.Add(this.pdateTextBox); | ||||
|             this.panel1.Controls.Add(requestLabel); | ||||
|             this.panel1.Controls.Add(this.requestTextBox); | ||||
|             this.panel1.Controls.Add(reqstaffLabel); | ||||
|             this.panel1.Controls.Add(this.reqstaffTextBox); | ||||
|             this.panel1.Controls.Add(sdateLabel); | ||||
|             this.panel1.Controls.Add(this.sdateTextBox); | ||||
|             this.panel1.Controls.Add(edateLabel); | ||||
|             this.panel1.Controls.Add(this.edateTextBox); | ||||
|             this.panel1.Controls.Add(odateLabel); | ||||
|             this.panel1.Controls.Add(this.odateTextBox); | ||||
|             this.panel1.Controls.Add(memoLabel); | ||||
|             this.panel1.Controls.Add(this.memoTextBox); | ||||
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Right; | ||||
|             this.panel1.Location = new System.Drawing.Point(450, 0); | ||||
|             this.panel1.Name = "panel1"; | ||||
|             this.panel1.Size = new System.Drawing.Size(321, 408); | ||||
|             this.panel1.TabIndex = 2; | ||||
|             //  | ||||
|             // ta | ||||
|             //  | ||||
|             this.ta.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // tableAdapterManager | ||||
|             //  | ||||
|             this.tableAdapterManager.BackupDataSetBeforeUpdate = false; | ||||
|             this.tableAdapterManager.InventoryTableAdapter = null; | ||||
|             this.tableAdapterManager.ItemsTableAdapter = null; | ||||
|             this.tableAdapterManager.ProjectsTableAdapter = this.ta; | ||||
|             this.tableAdapterManager.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; | ||||
|             //  | ||||
|             // pdateLabel | ||||
|             //  | ||||
|             pdateLabel.AutoSize = true; | ||||
|             pdateLabel.Location = new System.Drawing.Point(27, 15); | ||||
|             pdateLabel.Name = "pdateLabel"; | ||||
|             pdateLabel.Size = new System.Drawing.Size(60, 22); | ||||
|             pdateLabel.TabIndex = 4; | ||||
|             pdateLabel.Text = "pdate:"; | ||||
|             //  | ||||
|             // pdateTextBox | ||||
|             //  | ||||
|             this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true)); | ||||
|             this.pdateTextBox.Location = new System.Drawing.Point(109, 12); | ||||
|             this.pdateTextBox.Name = "pdateTextBox"; | ||||
|             this.pdateTextBox.ReadOnly = true; | ||||
|             this.pdateTextBox.Size = new System.Drawing.Size(200, 28); | ||||
|             this.pdateTextBox.TabIndex = 5; | ||||
|             //  | ||||
|             // requestLabel | ||||
|             //  | ||||
|             requestLabel.AutoSize = true; | ||||
|             requestLabel.Location = new System.Drawing.Point(27, 49); | ||||
|             requestLabel.Name = "requestLabel"; | ||||
|             requestLabel.Size = new System.Drawing.Size(74, 22); | ||||
|             requestLabel.TabIndex = 6; | ||||
|             requestLabel.Text = "request:"; | ||||
|             //  | ||||
|             // requestTextBox | ||||
|             //  | ||||
|             this.requestTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "request", true)); | ||||
|             this.requestTextBox.Location = new System.Drawing.Point(109, 46); | ||||
|             this.requestTextBox.Name = "requestTextBox"; | ||||
|             this.requestTextBox.ReadOnly = true; | ||||
|             this.requestTextBox.Size = new System.Drawing.Size(200, 28); | ||||
|             this.requestTextBox.TabIndex = 7; | ||||
|             //  | ||||
|             // reqstaffLabel | ||||
|             //  | ||||
|             reqstaffLabel.AutoSize = true; | ||||
|             reqstaffLabel.Location = new System.Drawing.Point(27, 83); | ||||
|             reqstaffLabel.Name = "reqstaffLabel"; | ||||
|             reqstaffLabel.Size = new System.Drawing.Size(76, 22); | ||||
|             reqstaffLabel.TabIndex = 8; | ||||
|             reqstaffLabel.Text = "reqstaff:"; | ||||
|             //  | ||||
|             // reqstaffTextBox | ||||
|             //  | ||||
|             this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true)); | ||||
|             this.reqstaffTextBox.Location = new System.Drawing.Point(109, 80); | ||||
|             this.reqstaffTextBox.Name = "reqstaffTextBox"; | ||||
|             this.reqstaffTextBox.ReadOnly = true; | ||||
|             this.reqstaffTextBox.Size = new System.Drawing.Size(200, 28); | ||||
|             this.reqstaffTextBox.TabIndex = 9; | ||||
|             //  | ||||
|             // sdateLabel | ||||
|             //  | ||||
|             sdateLabel.AutoSize = true; | ||||
|             sdateLabel.Location = new System.Drawing.Point(27, 117); | ||||
|             sdateLabel.Name = "sdateLabel"; | ||||
|             sdateLabel.Size = new System.Drawing.Size(58, 22); | ||||
|             sdateLabel.TabIndex = 10; | ||||
|             sdateLabel.Text = "sdate:"; | ||||
|             //  | ||||
|             // sdateTextBox | ||||
|             //  | ||||
|             this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true)); | ||||
|             this.sdateTextBox.Location = new System.Drawing.Point(109, 114); | ||||
|             this.sdateTextBox.Name = "sdateTextBox"; | ||||
|             this.sdateTextBox.ReadOnly = true; | ||||
|             this.sdateTextBox.Size = new System.Drawing.Size(200, 28); | ||||
|             this.sdateTextBox.TabIndex = 11; | ||||
|             //  | ||||
|             // edateLabel | ||||
|             //  | ||||
|             edateLabel.AutoSize = true; | ||||
|             edateLabel.Location = new System.Drawing.Point(27, 151); | ||||
|             edateLabel.Name = "edateLabel"; | ||||
|             edateLabel.Size = new System.Drawing.Size(59, 22); | ||||
|             edateLabel.TabIndex = 12; | ||||
|             edateLabel.Text = "edate:"; | ||||
|             //  | ||||
|             // edateTextBox | ||||
|             //  | ||||
|             this.edateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true)); | ||||
|             this.edateTextBox.Location = new System.Drawing.Point(109, 148); | ||||
|             this.edateTextBox.Name = "edateTextBox"; | ||||
|             this.edateTextBox.ReadOnly = true; | ||||
|             this.edateTextBox.Size = new System.Drawing.Size(200, 28); | ||||
|             this.edateTextBox.TabIndex = 13; | ||||
|             //  | ||||
|             // odateLabel | ||||
|             //  | ||||
|             odateLabel.AutoSize = true; | ||||
|             odateLabel.Location = new System.Drawing.Point(27, 185); | ||||
|             odateLabel.Name = "odateLabel"; | ||||
|             odateLabel.Size = new System.Drawing.Size(60, 22); | ||||
|             odateLabel.TabIndex = 14; | ||||
|             odateLabel.Text = "odate:"; | ||||
|             //  | ||||
|             // odateTextBox | ||||
|             //  | ||||
|             this.odateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true)); | ||||
|             this.odateTextBox.Location = new System.Drawing.Point(109, 182); | ||||
|             this.odateTextBox.Name = "odateTextBox"; | ||||
|             this.odateTextBox.ReadOnly = true; | ||||
|             this.odateTextBox.Size = new System.Drawing.Size(200, 28); | ||||
|             this.odateTextBox.TabIndex = 15; | ||||
|             //  | ||||
|             // memoLabel | ||||
|             //  | ||||
|             memoLabel.AutoSize = true; | ||||
|             memoLabel.Location = new System.Drawing.Point(27, 219); | ||||
|             memoLabel.Name = "memoLabel"; | ||||
|             memoLabel.Size = new System.Drawing.Size(65, 22); | ||||
|             memoLabel.TabIndex = 16; | ||||
|             memoLabel.Text = "memo:"; | ||||
|             //  | ||||
|             // memoTextBox | ||||
|             //  | ||||
|             this.memoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true)); | ||||
|             this.memoTextBox.Location = new System.Drawing.Point(109, 216); | ||||
|             this.memoTextBox.Multiline = true; | ||||
|             this.memoTextBox.Name = "memoTextBox"; | ||||
|             this.memoTextBox.ReadOnly = true; | ||||
|             this.memoTextBox.Size = new System.Drawing.Size(200, 176); | ||||
|             this.memoTextBox.TabIndex = 17; | ||||
|             //  | ||||
|             // fLovProject | ||||
|             //  | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||
|             this.ClientSize = new System.Drawing.Size(771, 433); | ||||
|             this.Controls.Add(this.dv); | ||||
|             this.Controls.Add(this.panel1); | ||||
|             this.Controls.Add(this.bn); | ||||
|             this.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||||
|             this.Name = "fLovProject"; | ||||
|             this.Text = "Select Project"; | ||||
|             this.Load += new System.EventHandler(this.fLovItem_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit(); | ||||
|             this.bn.ResumeLayout(false); | ||||
|             this.bn.PerformLayout(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit(); | ||||
|             this.panel1.ResumeLayout(false); | ||||
|             this.panel1.PerformLayout(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private dsMSSQL dsMSSQL; | ||||
|         private System.Windows.Forms.BindingSource bs; | ||||
|         private System.Windows.Forms.BindingNavigator bn; | ||||
|         private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem; | ||||
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem; | ||||
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem; | ||||
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator; | ||||
|         private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem; | ||||
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1; | ||||
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem; | ||||
|         private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem; | ||||
|         private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2; | ||||
|         private System.Windows.Forms.ToolStripButton btOK; | ||||
|         private System.Windows.Forms.DataGridView dv; | ||||
|         private System.Windows.Forms.Panel panel1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; | ||||
|         private dsMSSQLTableAdapters.ProjectsTableAdapter ta; | ||||
|         private System.Windows.Forms.TextBox pdateTextBox; | ||||
|         private System.Windows.Forms.TextBox requestTextBox; | ||||
|         private System.Windows.Forms.TextBox reqstaffTextBox; | ||||
|         private System.Windows.Forms.TextBox sdateTextBox; | ||||
|         private System.Windows.Forms.TextBox edateTextBox; | ||||
|         private System.Windows.Forms.TextBox odateTextBox; | ||||
|         private System.Windows.Forms.TextBox memoTextBox; | ||||
|         private dsMSSQLTableAdapters.TableAdapterManager tableAdapterManager; | ||||
|  | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim