구매시 sid검새 관련 오동작 수정,

구매시 sid,model 을 수정할수 없게 함
This commit is contained in:
backuppc
2025-07-09 15:42:53 +09:00
parent 59c5f900ee
commit 99b1c3ff8e
8 changed files with 525 additions and 464 deletions

View File

@@ -82,7 +82,7 @@
this.cmbType});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1059, 37);
this.toolStrip1.Size = new System.Drawing.Size(1028, 37);
this.toolStrip1.TabIndex = 6;
this.toolStrip1.Text = "toolStrip1";
//
@@ -108,7 +108,6 @@
// tbMon
//
this.tbMon.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbMon.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.tbMon.Name = "tbMon";
this.tbMon.Size = new System.Drawing.Size(90, 37);
this.tbMon.Text = "1982";
@@ -184,7 +183,7 @@
this.reportViewer1.Location = new System.Drawing.Point(0, 37);
this.reportViewer1.Name = "reportViewer1";
this.reportViewer1.ServerReport.BearerToken = null;
this.reportViewer1.Size = new System.Drawing.Size(1059, 543);
this.reportViewer1.Size = new System.Drawing.Size(1028, 543);
this.reportViewer1.TabIndex = 7;
this.reportViewer1.Load += new System.EventHandler(this.reportViewer1_Load);
//
@@ -205,7 +204,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1059, 580);
this.ClientSize = new System.Drawing.Size(1028, 580);
this.Controls.Add(this.reportViewer1);
this.Controls.Add(this.toolStrip1);
this.Name = "fHolyDayData";