프로젝트

일반

사용자정보

개정판 6a7573b0

ID6a7573b0a7b8afc29c604e8407f5f9e17cfcc54b
상위 4d2571ab
하위 03110d25

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #366 : Mirror 기능 및 Drawing 크기 구하는 방식 변경

Change-Id: I7c87b78b185832403f62b18783c50861c70bb208

차이점 보기:

DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs
29 29
        private void InitializeComponent()
30 30
        {
31 31
            this.components = new System.ComponentModel.Container();
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking));
33 32
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
33
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking));
34 34
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
35 35
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
36 36
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
37 37
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
38
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
39 38
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
40 39
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
41 40
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
41
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
42
            this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
43
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
44
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
45
            this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
46
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
48
            this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
49
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
42 50
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
43 51
            this.layoutControl1.SuspendLayout();
44 52
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
45
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
46 53
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
47 54
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
55
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
56
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit();
57
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
58
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
59
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
60
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
61
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
62
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
48 63
            this.SuspendLayout();
49 64
            // 
65
            // splashScreenManager
66
            // 
67
            splashScreenManager.ClosingDelay = 500;
68
            // 
50 69
            // layoutControl1
51 70
            // 
71
            this.layoutControl1.Controls.Add(this.btnGetDrawingSize);
72
            this.layoutControl1.Controls.Add(this.textEditDrawingY);
73
            this.layoutControl1.Controls.Add(this.textEditDrawingX);
52 74
            this.layoutControl1.Controls.Add(this.simpleButton1);
53 75
            this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
54 76
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
55 77
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
56 78
            this.layoutControl1.Name = "layoutControl1";
57 79
            this.layoutControl1.Root = this.Root;
58
            this.layoutControl1.Size = new System.Drawing.Size(150, 300);
80
            this.layoutControl1.Size = new System.Drawing.Size(200, 500);
59 81
            this.layoutControl1.TabIndex = 0;
60 82
            this.layoutControl1.Text = "layoutControl1";
61 83
            // 
62 84
            // simpleButton1
63 85
            // 
64
            this.simpleButton1.Location = new System.Drawing.Point(12, 52);
86
            this.simpleButton1.Location = new System.Drawing.Point(12, 216);
65 87
            this.simpleButton1.Name = "simpleButton1";
66
            this.simpleButton1.Size = new System.Drawing.Size(126, 22);
88
            this.simpleButton1.Size = new System.Drawing.Size(176, 22);
67 89
            this.simpleButton1.StyleController = this.layoutControl1;
68 90
            this.simpleButton1.TabIndex = 5;
69 91
            this.simpleButton1.Text = "simpleButton1";
......
73 95
            // btnSPPIDConverter
74 96
            // 
75 97
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
76
            this.btnSPPIDConverter.Location = new System.Drawing.Point(12, 12);
98
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
77 99
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
78
            this.btnSPPIDConverter.Size = new System.Drawing.Size(126, 36);
100
            this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36);
79 101
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
80 102
            this.btnSPPIDConverter.TabIndex = 4;
81
            this.btnSPPIDConverter.Text = "Converter";
103
            this.btnSPPIDConverter.Text = "Open Converter";
82 104
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
83 105
            // 
84 106
            // Root
......
86 108
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
87 109
            this.Root.GroupBordersVisible = false;
88 110
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
89
            this.layoutControlItem1,
90 111
            this.emptySpaceItem1,
91
            this.layoutControlItem2});
112
            this.layoutControlItem2,
113
            this.layoutControlGroup1,
114
            this.layoutControlGroup2});
92 115
            this.Root.Name = "Root";
93
            this.Root.Size = new System.Drawing.Size(150, 300);
116
            this.Root.Size = new System.Drawing.Size(200, 500);
94 117
            this.Root.TextVisible = false;
95 118
            // 
96
            // layoutControlItem1
97
            // 
98
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
99
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
100
            this.layoutControlItem1.Name = "layoutControlItem1";
101
            this.layoutControlItem1.Size = new System.Drawing.Size(130, 40);
102
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
103
            this.layoutControlItem1.TextVisible = false;
104
            // 
105 119
            // emptySpaceItem1
106 120
            // 
107 121
            this.emptySpaceItem1.AllowHotTrack = false;
108
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 66);
122
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 230);
109 123
            this.emptySpaceItem1.Name = "emptySpaceItem1";
110
            this.emptySpaceItem1.Size = new System.Drawing.Size(130, 214);
124
            this.emptySpaceItem1.Size = new System.Drawing.Size(180, 250);
111 125
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
112 126
            // 
113 127
            // layoutControlItem2
114 128
            // 
115 129
            this.layoutControlItem2.Control = this.simpleButton1;
116
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 40);
130
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 204);
117 131
            this.layoutControlItem2.Name = "layoutControlItem2";
118
            this.layoutControlItem2.Size = new System.Drawing.Size(130, 26);
132
            this.layoutControlItem2.Size = new System.Drawing.Size(180, 26);
119 133
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
120 134
            this.layoutControlItem2.TextVisible = false;
121 135
            // 
......
123 137
            // 
124 138
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
125 139
            // 
126
            // splashScreenManager
140
            // layoutControlItem1
127 141
            // 
128
            splashScreenManager.ClosingDelay = 500;
142
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
143
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
144
            this.layoutControlItem1.Name = "layoutControlItem1";
145
            this.layoutControlItem1.Size = new System.Drawing.Size(156, 40);
146
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
147
            this.layoutControlItem1.TextVisible = false;
148
            // 
149
            // textEditDrawingX
150
            // 
151
            this.textEditDrawingX.Location = new System.Drawing.Point(35, 156);
152
            this.textEditDrawingX.Name = "textEditDrawingX";
153
            this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
154
            this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
155
            this.textEditDrawingX.Properties.ReadOnly = true;
156
            this.textEditDrawingX.Size = new System.Drawing.Size(141, 20);
157
            this.textEditDrawingX.StyleController = this.layoutControl1;
158
            this.textEditDrawingX.TabIndex = 6;
159
            // 
160
            // layoutControlItem3
161
            // 
162
            this.layoutControlItem3.Control = this.textEditDrawingX;
163
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
164
            this.layoutControlItem3.Name = "layoutControlItem3";
165
            this.layoutControlItem3.Size = new System.Drawing.Size(156, 24);
166
            this.layoutControlItem3.Text = "X";
167
            this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14);
168
            // 
169
            // layoutControlGroup1
170
            // 
171
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
172
            this.layoutControlItem3,
173
            this.layoutControlItem4,
174
            this.layoutControlItem5});
175
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 85);
176
            this.layoutControlGroup1.Name = "layoutControlGroup1";
177
            this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119);
178
            this.layoutControlGroup1.Text = "Drawing Size";
179
            // 
180
            // textEditDrawingY
181
            // 
182
            this.textEditDrawingY.Location = new System.Drawing.Point(35, 180);
183
            this.textEditDrawingY.Name = "textEditDrawingY";
184
            this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
185
            this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
186
            this.textEditDrawingY.Properties.ReadOnly = true;
187
            this.textEditDrawingY.Size = new System.Drawing.Size(141, 20);
188
            this.textEditDrawingY.StyleController = this.layoutControl1;
189
            this.textEditDrawingY.TabIndex = 7;
190
            // 
191
            // layoutControlItem4
192
            // 
193
            this.layoutControlItem4.Control = this.textEditDrawingY;
194
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
195
            this.layoutControlItem4.Name = "layoutControlItem4";
196
            this.layoutControlItem4.Size = new System.Drawing.Size(156, 24);
197
            this.layoutControlItem4.Text = "Y";
198
            this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14);
199
            // 
200
            // layoutControlGroup2
201
            // 
202
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
203
            this.layoutControlItem1});
204
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
205
            this.layoutControlGroup2.Name = "layoutControlGroup2";
206
            this.layoutControlGroup2.Size = new System.Drawing.Size(180, 85);
207
            this.layoutControlGroup2.Text = "Converter";
208
            // 
209
            // btnGetDrawingSize
210
            // 
211
            this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 130);
212
            this.btnGetDrawingSize.Name = "btnGetDrawingSize";
213
            this.btnGetDrawingSize.Size = new System.Drawing.Size(152, 22);
214
            this.btnGetDrawingSize.StyleController = this.layoutControl1;
215
            this.btnGetDrawingSize.TabIndex = 8;
216
            this.btnGetDrawingSize.Text = "Get Drawing Size";
217
            this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click);
218
            // 
219
            // layoutControlItem5
220
            // 
221
            this.layoutControlItem5.Control = this.btnGetDrawingSize;
222
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
223
            this.layoutControlItem5.Name = "layoutControlItem5";
224
            this.layoutControlItem5.Size = new System.Drawing.Size(156, 26);
225
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
226
            this.layoutControlItem5.TextVisible = false;
129 227
            // 
130 228
            // ConverterDocking
131 229
            // 
......
133 231
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134 232
            this.Controls.Add(this.layoutControl1);
135 233
            this.Name = "ConverterDocking";
136
            this.Size = new System.Drawing.Size(150, 300);
234
            this.Size = new System.Drawing.Size(200, 500);
137 235
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
138 236
            this.layoutControl1.ResumeLayout(false);
139 237
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
140
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
141 238
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
142 239
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
240
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
241
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
242
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
243
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
244
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
245
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
246
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
247
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
143 248
            this.ResumeLayout(false);
144 249

  
145 250
        }
......
149 254
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
150 255
        private DevExpress.XtraLayout.LayoutControlGroup Root;
151 256
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
152
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
153 257
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
154 258
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
155 259
        private DevExpress.XtraEditors.SimpleButton simpleButton1;
156 260
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
261
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
262
        private DevExpress.XtraEditors.TextEdit textEditDrawingY;
263
        private DevExpress.XtraEditors.TextEdit textEditDrawingX;
264
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
265
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
266
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
267
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
268
        private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize;
269
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
157 270
    }
158 271
}

내보내기 Unified diff

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