,,
This commit is contained in:
25
SubProject/FCM0000/fCode.Designer.cs
generated
25
SubProject/FCM0000/fCode.Designer.cs
generated
@@ -59,6 +59,7 @@
|
||||
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ta = new FCM0000.dsMSSQLTableAdapters.CommonTableAdapter();
|
||||
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
||||
this.title가져오기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
@@ -75,7 +76,7 @@
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.panel1.Size = new System.Drawing.Size(685, 48);
|
||||
this.panel1.Size = new System.Drawing.Size(706, 48);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// cmbList
|
||||
@@ -87,7 +88,7 @@
|
||||
this.cmbList.Location = new System.Drawing.Point(5, 5);
|
||||
this.cmbList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.cmbList.Name = "cmbList";
|
||||
this.cmbList.Size = new System.Drawing.Size(675, 37);
|
||||
this.cmbList.Size = new System.Drawing.Size(696, 37);
|
||||
this.cmbList.TabIndex = 0;
|
||||
this.cmbList.SelectedIndexChanged += new System.EventHandler(this.cmbList_SelectedIndexChanged);
|
||||
//
|
||||
@@ -114,14 +115,14 @@
|
||||
this.commonBindingNavigatorSaveItem,
|
||||
this.toolStripSeparator1,
|
||||
this.toolStripButton1});
|
||||
this.bn.Location = new System.Drawing.Point(0, 576);
|
||||
this.bn.Location = new System.Drawing.Point(0, 522);
|
||||
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(685, 25);
|
||||
this.bn.Size = new System.Drawing.Size(706, 25);
|
||||
this.bn.TabIndex = 1;
|
||||
this.bn.Text = "bindingNavigator1";
|
||||
//
|
||||
@@ -192,6 +193,7 @@
|
||||
//
|
||||
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
||||
this.bindingNavigatorPositionItem.AutoSize = false;
|
||||
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
||||
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
||||
this.bindingNavigatorPositionItem.Text = "0";
|
||||
@@ -241,7 +243,8 @@
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.코드일괄생성ToolStripMenuItem});
|
||||
this.코드일괄생성ToolStripMenuItem,
|
||||
this.title가져오기ToolStripMenuItem});
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
@@ -274,7 +277,7 @@
|
||||
this.commonDataGridView.Location = new System.Drawing.Point(0, 48);
|
||||
this.commonDataGridView.Name = "commonDataGridView";
|
||||
this.commonDataGridView.RowTemplate.Height = 23;
|
||||
this.commonDataGridView.Size = new System.Drawing.Size(685, 528);
|
||||
this.commonDataGridView.Size = new System.Drawing.Size(706, 474);
|
||||
this.commonDataGridView.TabIndex = 3;
|
||||
//
|
||||
// dataGridViewTextBoxColumn3
|
||||
@@ -331,11 +334,18 @@
|
||||
this.tam.StaffTableAdapter = null;
|
||||
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
//
|
||||
// title가져오기ToolStripMenuItem
|
||||
//
|
||||
this.title가져오기ToolStripMenuItem.Name = "title가져오기ToolStripMenuItem";
|
||||
this.title가져오기ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.title가져오기ToolStripMenuItem.Text = "Title 가져오기";
|
||||
this.title가져오기ToolStripMenuItem.Click += new System.EventHandler(this.title가져오기ToolStripMenuItem_Click);
|
||||
//
|
||||
// fCode
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(685, 601);
|
||||
this.ClientSize = new System.Drawing.Size(706, 547);
|
||||
this.Controls.Add(this.commonDataGridView);
|
||||
this.Controls.Add(this.bn);
|
||||
this.Controls.Add(this.panel1);
|
||||
@@ -390,5 +400,6 @@
|
||||
private System.Windows.Forms.ToolStripDropDownButton toolStripButton1;
|
||||
private System.Windows.Forms.ToolStripMenuItem 코드일괄생성ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
|
||||
private System.Windows.Forms.ToolStripMenuItem title가져오기ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user