..
This commit is contained in:
17
SubProject/FCM0000/fCode.Designer.cs
generated
17
SubProject/FCM0000/fCode.Designer.cs
generated
@@ -60,6 +60,7 @@
|
||||
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ta = new FCM0000.dsMSSQLTableAdapters.CommonTableAdapter();
|
||||
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
||||
this.s가져오기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
@@ -193,6 +194,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";
|
||||
@@ -243,7 +245,8 @@
|
||||
//
|
||||
this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.코드일괄생성ToolStripMenuItem,
|
||||
this.title가져오기ToolStripMenuItem});
|
||||
this.title가져오기ToolStripMenuItem,
|
||||
this.s가져오기ToolStripMenuItem});
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
@@ -254,14 +257,14 @@
|
||||
// 코드일괄생성ToolStripMenuItem
|
||||
//
|
||||
this.코드일괄생성ToolStripMenuItem.Name = "코드일괄생성ToolStripMenuItem";
|
||||
this.코드일괄생성ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.코드일괄생성ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.코드일괄생성ToolStripMenuItem.Text = "코드일괄생성";
|
||||
this.코드일괄생성ToolStripMenuItem.Click += new System.EventHandler(this.코드일괄생성ToolStripMenuItem_Click);
|
||||
//
|
||||
// title가져오기ToolStripMenuItem
|
||||
//
|
||||
this.title가져오기ToolStripMenuItem.Name = "title가져오기ToolStripMenuItem";
|
||||
this.title가져오기ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
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);
|
||||
//
|
||||
@@ -340,6 +343,13 @@
|
||||
this.tam.StaffTableAdapter = null;
|
||||
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
//
|
||||
// s가져오기ToolStripMenuItem
|
||||
//
|
||||
this.s가져오기ToolStripMenuItem.Name = "s가져오기ToolStripMenuItem";
|
||||
this.s가져오기ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.s가져오기ToolStripMenuItem.Text = "S 가져오기";
|
||||
this.s가져오기ToolStripMenuItem.Click += new System.EventHandler(this.s가져오기ToolStripMenuItem_Click);
|
||||
//
|
||||
// fCode
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
||||
@@ -400,5 +410,6 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 코드일괄생성ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
|
||||
private System.Windows.Forms.ToolStripMenuItem title가져오기ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem s가져오기ToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user