..
This commit is contained in:
20
SubProject/FCM0000/fCode.Designer.cs
generated
20
SubProject/FCM0000/fCode.Designer.cs
generated
@@ -52,6 +52,7 @@
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripDropDownButton();
|
||||
this.코드일괄생성ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.title가져오기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.s가져오기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.commonDataGridView = new System.Windows.Forms.DataGridView();
|
||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
@@ -60,7 +61,6 @@
|
||||
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();
|
||||
@@ -257,17 +257,24 @@
|
||||
// 코드일괄생성ToolStripMenuItem
|
||||
//
|
||||
this.코드일괄생성ToolStripMenuItem.Name = "코드일괄생성ToolStripMenuItem";
|
||||
this.코드일괄생성ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.코드일괄생성ToolStripMenuItem.Size = new System.Drawing.Size(148, 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(180, 22);
|
||||
this.title가져오기ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.title가져오기ToolStripMenuItem.Text = "Title 가져오기";
|
||||
this.title가져오기ToolStripMenuItem.Click += new System.EventHandler(this.title가져오기ToolStripMenuItem_Click);
|
||||
//
|
||||
// s가져오기ToolStripMenuItem
|
||||
//
|
||||
this.s가져오기ToolStripMenuItem.Name = "s가져오기ToolStripMenuItem";
|
||||
this.s가져오기ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
||||
this.s가져오기ToolStripMenuItem.Text = "S 가져오기";
|
||||
this.s가져오기ToolStripMenuItem.Click += new System.EventHandler(this.s가져오기ToolStripMenuItem_Click);
|
||||
//
|
||||
// commonDataGridView
|
||||
//
|
||||
this.commonDataGridView.AutoGenerateColumns = false;
|
||||
@@ -343,13 +350,6 @@
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user