Explorar el Código

PC 낮은 해상도로 인한 Scroll 기능 추가

YJ hace 5 años
padre
commit
c86efa70df

+ 1 - 0
Basic_Terminal/Wnd/Main_Form.Designer.cs

@@ -2493,6 +2493,7 @@
2493
             // 
2493
             // 
2494
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
2494
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
2495
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2495
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2496
+            this.AutoScroll = true;
2496
             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
2497
             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
2497
             this.ClientSize = new System.Drawing.Size(1185, 840);
2498
             this.ClientSize = new System.Drawing.Size(1185, 840);
2498
             this.Controls.Add(this.label_Build);
2499
             this.Controls.Add(this.label_Build);

BIN
Basic_Terminal/bin/Debug/Basic_Terminal.exe


BIN
Basic_Terminal/bin/Debug/Basic_Terminal.pdb


+ 1 - 1
Basic_Terminal/bin/Debug/BuildDate.txt

@@ -1 +1 @@
1
- day : 20190814 Time : 141820.067   
1
+ day : 20190819 Time : 101254.349