프로젝트

일반

사용자정보

개정판 78f708f0

ID78f708f061fda7eb640db07a8fd093808ae37299
상위 e9700266
하위 81b7e411

유성호이(가) 일년 이상 전에 추가함

issue #0000
lostfocus 이벤트 오류 수정

Change-Id: Ief65425a68003d29eed57a1c0e9f2a36a390ba47

차이점 보기:

ID2.Manager/ID2.Manager/Controls/IssueImagesAndAnswer.cs
29 29
            InitializeComponent();
30 30

  
31 31
            txtIssue.DataBindings.Add(new Binding("Text", this, "IssueText", false, DataSourceUpdateMode.OnPropertyChanged));
32
            txtReplyModification.DataBindings.Add(new Binding("Text", this, "ReplyModificationText", false, DataSourceUpdateMode.OnPropertyChanged));
33 32
            txtIssue.TextBoxElement.TextBoxItem.MouseDown += TextBoxItemIssue_MouseDown;
34
            txtReplyModification.TextBoxElement.TextBoxItem.LostFocus += TextBoxItemIssue_LostFocus;
33
            txtIssue.TextBoxElement.TextBoxItem.LostFocus += TextBoxItemIssue_LostFocus;
35 34

  
35
            txtReplyModification.DataBindings.Add(new Binding("Text", this, "ReplyModificationText", false, DataSourceUpdateMode.OnPropertyChanged));
36 36
            txtReplyModification.TextBoxElement.TextBoxItem.MouseDown += TextBoxItemReplyModification_MouseDown;
37 37
            txtReplyModification.TextBoxElement.TextBoxItem.LostFocus += TextBoxItemReplyModification_LostFocus;
38 38

  
ID2.Manager/ID2.Manager/Main.Designer.cs
1774 1774
            // 
1775 1775
            // radPageViewComment
1776 1776
            // 
1777
            this.radPageViewComment.Controls.Add(this.radPageViewPageReview);
1778 1777
            this.radPageViewComment.Controls.Add(this.radPageViewPageWork);
1778
            this.radPageViewComment.Controls.Add(this.radPageViewPageReview);
1779 1779
            this.radPageViewComment.Dock = System.Windows.Forms.DockStyle.Fill;
1780 1780
            this.radPageViewComment.Location = new System.Drawing.Point(0, 0);
1781 1781
            this.radPageViewComment.Name = "radPageViewComment";
1782
            this.radPageViewComment.SelectedPage = this.radPageViewPageReview;
1782
            this.radPageViewComment.SelectedPage = this.radPageViewPageWork;
1783 1783
            this.radPageViewComment.Size = new System.Drawing.Size(297, 607);
1784 1784
            this.radPageViewComment.TabIndex = 1;
1785 1785
            ((Telerik.WinControls.UI.RadPageViewStripElement)(this.radPageViewComment.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.Scroll;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)