Merge branch '20250203_SFTP' of https://git.e1soft.co.kr/T001084/DDUtility into 20250203_SFTP

# Conflicts:
#	DDUtilityApp/Program.cs
This commit is contained in:
2025-02-28 15:50:07 +09:00
parent 54fe8b0156
commit f6d430550f
6 changed files with 302 additions and 132 deletions

View File

@@ -240,9 +240,9 @@
this.chkUseSMB.AutoSize = true;
this.chkUseSMB.Location = new System.Drawing.Point(802, 6);
this.chkUseSMB.Name = "chkUseSMB";
this.chkUseSMB.Size = new System.Drawing.Size(148, 16);
this.chkUseSMB.Size = new System.Drawing.Size(118, 16);
this.chkUseSMB.TabIndex = 5;
this.chkUseSMB.Text = "Use SMB(Only Local)";
this.chkUseSMB.Text = "Use SMB(Local)";
this.chkUseSMB.UseVisualStyleBackColor = true;
//
// flowLayoutPanel1
@@ -548,7 +548,7 @@
//
//
//
this.radStatusStrip1.RootElement.ControlBounds = new System.Drawing.Rectangle(0, 0, 300, 24);
this.radStatusStrip1.RootElement.ControlBounds = new System.Drawing.Rectangle(3, 574, 300, 24);
this.radStatusStrip1.RootElement.StretchVertically = true;
this.radStatusStrip1.Size = new System.Drawing.Size(1014, 26);
this.radStatusStrip1.TabIndex = 1;
@@ -556,7 +556,6 @@
// rstatus1
//
this.rstatus1.Name = "rstatus1";
this.radStatusStrip1.SetSpring(this.rstatus1, false);
this.rstatus1.Text = "";
this.rstatus1.TextWrap = true;
//