개정판 78f708f0
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