오타수정

This commit is contained in:
backuppc
2025-07-04 17:25:28 +09:00
parent 4f4625b56b
commit b52ef11ec1
5 changed files with 205 additions and 210 deletions

View File

@@ -137,14 +137,14 @@
this.btConf,
this.toolStripSeparator4,
this.btConfAll});
this.bn.Location = new System.Drawing.Point(0, 730);
this.bn.Location = new System.Drawing.Point(0, 724);
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(1364, 25);
this.bn.Size = new System.Drawing.Size(1028, 25);
this.bn.TabIndex = 0;
this.bn.Text = "bindingNavigator1";
//
@@ -157,7 +157,6 @@
// dsMSSQL
//
this.dsMSSQL.DataSetName = "dsMSSQL";
this.dsMSSQL.Namespace = "http://tempuri.org/dsPRJ.xsd";
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bindingNavigatorCountItem
@@ -315,7 +314,7 @@
this.toolStripButton2});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1364, 37);
this.toolStrip1.Size = new System.Drawing.Size(1028, 37);
this.toolStrip1.TabIndex = 4;
this.toolStrip1.Text = "toolStrip1";
//
@@ -428,7 +427,7 @@
//
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbUser.Name = "cmbUser";
this.cmbUser.Size = new System.Drawing.Size(200, 37);
this.cmbUser.Size = new System.Drawing.Size(200, 23);
this.cmbUser.SelectedIndexChanged += new System.EventHandler(this.cmbUser_SelectedIndexChanged);
//
// btSearch
@@ -458,7 +457,7 @@
this.richTextBox1.Location = new System.Drawing.Point(0, 0);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.Size = new System.Drawing.Size(1364, 91);
this.richTextBox1.Size = new System.Drawing.Size(1028, 91);
this.richTextBox1.TabIndex = 5;
this.richTextBox1.Text = "";
//
@@ -476,8 +475,8 @@
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
this.splitContainer1.Size = new System.Drawing.Size(1364, 693);
this.splitContainer1.SplitterDistance = 592;
this.splitContainer1.Size = new System.Drawing.Size(1028, 687);
this.splitContainer1.SplitterDistance = 586;
this.splitContainer1.SplitterWidth = 10;
this.splitContainer1.TabIndex = 6;
//
@@ -518,7 +517,7 @@
this.dv1.Location = new System.Drawing.Point(0, 0);
this.dv1.Name = "dv1";
this.dv1.RowTemplate.Height = 23;
this.dv1.Size = new System.Drawing.Size(1364, 592);
this.dv1.Size = new System.Drawing.Size(1028, 586);
this.dv1.TabIndex = 3;
this.dv1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.arDatagridView1_DataError);
//
@@ -663,7 +662,7 @@
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
dataGridViewCellStyle7.Format = "N1";
this.otPMS.DefaultCellStyle = dataGridViewCellStyle7;
this.otPMS.HeaderText = "대체(PMS)";
this.otPMS.HeaderText = "승인(PMS)";
this.otPMS.Name = "otPMS";
this.otPMS.Width = 91;
//
@@ -722,7 +721,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1364, 755);
this.ClientSize = new System.Drawing.Size(1028, 749);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.bn);