• Y
  • All List
  • Feedback
    • This Project
    • This Group
    • All Projects
My profile Account settings Log out
  • Project
  • Groups
Loading...
  • Log in
  • Sign up
OLD_Project / 한미칼라_본점 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
한미칼라_본점HM_WORKProgram.cs
Download as .zip file
File name
Commit message
Commit date
.svn
초기 커밋.
2022-03-31
02_Module
ㅇㅇ
2022-04-22
HANMI_J_SALE
업데이트
2022-04-06
HANMI_MACH
업데이트
2022-04-06
HANMI_SALE
ㅇㅇ
2022-04-22
HANMI_STD
업데이트
2022-04-06
HANMI_WORK
업데이트
2022-04-06
HM_WORK
업데이트
2022-04-06
.gitattributes
.gitignore 및 .gitattributes를 추가하세요.
2022-03-31
.gitignore
.gitignore 및 .gitattributes를 추가하세요.
2022-03-31
HanmiColor.sln
초기 커밋.
2022-03-31
File name
Commit message
Commit date
Popup
업데이트
2022-04-06
Properties
초기 커밋.
2022-03-31
Report
초기 커밋.
2022-03-31
HM_WORK.csproj
초기 커밋.
2022-03-31
Program.cs
초기 커밋.
2022-03-31
WorkManager.Designer.cs
초기 커밋.
2022-03-31
WorkManager.cs
업데이트
2022-04-06
WorkManager.resx
초기 커밋.
2022-03-31
app.config
초기 커밋.
2022-03-31
sbkim 2022-03-31 3fc348f 초기 커밋. UNIX
Raw Open in browser Change history
using DevExpress.Skins; using PublicLib; using System; using System.Collections.Generic; using System.Drawing; using System.IO.MemoryMappedFiles; using System.Linq; using System.Windows.Forms; namespace HM_WORK { static class Program { /// <summary> /// 해당 응용 프로그램의 주 진입점입니다. /// </summary> [STAThread] static void Main() { string uniqFileID = Properties.Settings.Default.APP_UNIQ_KEY; try { ConstClass._DEBUG_MODE = System.Diagnostics.Debugger.IsAttached; if (!ConstClass._DEBUG_MODE) { using (MemoryMappedFile memoryMappedFile = MemoryMappedFile.OpenExisting(uniqFileID)) { return; } } } catch { } DevExpress.UserSkins.BonusSkins.Register(); SkinManager.EnableFormSkins(); float def_size = 10f; ConstClass._DEBUG_MODE = System.Diagnostics.Debugger.IsAttached; DevExpress.XtraEditors.WindowsFormsSettings.DefaultFont = new Font("굴림체", def_size); DevExpress.Utils.AppearanceDefault.Control.Font = new Font("굴림체", def_size); DevExpress.Utils.AppearanceDefault.Window.Font = new Font("굴림체", def_size); DevExpress.Utils.AppearanceDefault.Empty.Font = new Font("굴림체", def_size); DevExpress.Utils.AppearanceObject.DefaultFont = new Font("굴림체", def_size); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new WorkManager()); } } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. Supported by D2 Program

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up