프로젝트

일반

사용자정보

개정판 506949cb

ID506949cb28c326ebd651c73a8da0a57d99466315
상위 1b1ade80
하위 56d59bde

김태성이(가) 일년 이상 전에 추가함

issue #0000 dock window로 변경

Change-Id: I66527c13cccf023d5cf9f11126433fe4bac8dc22

차이점 보기:

ID2.Manager/ID2.Manager/Controls/BriefAndImages.Designer.cs
43 43
            // 
44 44
            // LayoutRoot
45 45
            // 
46
            this.LayoutRoot.AutoSize = true;
47
            this.LayoutRoot.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
46 48
            this.LayoutRoot.ColumnCount = 1;
47 49
            this.LayoutRoot.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
48 50
            this.LayoutRoot.Controls.Add(this.LayoutBrief, 0, 0);
......
53 55
            this.LayoutRoot.RowCount = 2;
54 56
            this.LayoutRoot.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.22222F));
55 57
            this.LayoutRoot.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 77.77778F));
56
            this.LayoutRoot.Size = new System.Drawing.Size(371, 483);
58
            this.LayoutRoot.Size = new System.Drawing.Size(370, 483);
57 59
            this.LayoutRoot.TabIndex = 0;
58 60
            // 
59 61
            // LayoutBrief
60 62
            // 
63
            this.LayoutBrief.AutoSize = true;
64
            this.LayoutBrief.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
61 65
            this.LayoutBrief.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
62 66
            this.LayoutBrief.ColumnCount = 2;
63 67
            this.LayoutBrief.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
......
69 73
            this.LayoutBrief.Name = "LayoutBrief";
70 74
            this.LayoutBrief.RowCount = 1;
71 75
            this.LayoutBrief.RowStyles.Add(new System.Windows.Forms.RowStyle());
72
            this.LayoutBrief.Size = new System.Drawing.Size(365, 101);
76
            this.LayoutBrief.Size = new System.Drawing.Size(364, 101);
73 77
            this.LayoutBrief.TabIndex = 0;
74 78
            // 
75 79
            // lbBrief
......
86 90
            // 
87 91
            // LayoutImages
88 92
            // 
93
            this.LayoutImages.AutoSize = true;
94
            this.LayoutImages.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
89 95
            this.LayoutImages.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
90 96
            this.LayoutImages.ColumnCount = 2;
91 97
            this.LayoutImages.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
......
97 103
            this.LayoutImages.RowCount = 1;
98 104
            this.LayoutImages.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
99 105
            this.LayoutImages.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
100
            this.LayoutImages.Size = new System.Drawing.Size(365, 370);
106
            this.LayoutImages.Size = new System.Drawing.Size(364, 370);
101 107
            this.LayoutImages.TabIndex = 1;
102 108
            // 
103 109
            // lvImages
......
122 128
            // 
123 129
            this.txtBrief.RootElement.StretchVertically = true;
124 130
            this.txtBrief.ShowNullText = true;
125
            this.txtBrief.Size = new System.Drawing.Size(320, 93);
131
            this.txtBrief.Size = new System.Drawing.Size(319, 93);
126 132
            this.txtBrief.TabIndex = 1;
127 133
            // 
128 134
            // BriefAndImages
129 135
            // 
130 136
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
131 137
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
138
            this.AutoSize = true;
139
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
132 140
            this.Controls.Add(this.LayoutRoot);
141
            this.MinimumSize = new System.Drawing.Size(150, 150);
133 142
            this.Name = "BriefAndImages";
134
            this.Size = new System.Drawing.Size(371, 483);
135 143
            this.LayoutRoot.ResumeLayout(false);
144
            this.LayoutRoot.PerformLayout();
136 145
            this.LayoutBrief.ResumeLayout(false);
137 146
            this.LayoutBrief.PerformLayout();
138 147
            this.LayoutImages.ResumeLayout(false);
139 148
            ((System.ComponentModel.ISupportInitialize)(this.txtBrief)).EndInit();
140 149
            this.ResumeLayout(false);
150
            this.PerformLayout();
141 151

  
142 152
        }
143 153

  

내보내기 Unified diff

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