프로젝트

일반

사용자정보

개정판 cff9cdfb

IDcff9cdfb87b12b0178efceaa735644311ebffc9f
상위 f378b0c9
하위 b5510e4f

김태성이(가) 약 2년 전에 추가함

issue #0000 Main.Designer.cs 수정

Change-Id: I826ed78ed706b1e0820706f3dbc511397d69ddb1

차이점 보기:

ID2.Manager/ID2.Manager/Main.Designer.cs
125 125
            this.radCheckBox1 = new Telerik.WinControls.UI.RadCheckBox();
126 126
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
127 127
            this.radGridViewDocuments = new Telerik.WinControls.UI.RadGridView();
128
            this.gridViewTemplateTest = new Telerik.WinControls.UI.GridViewTemplate();
128 129
            this.radCommandBar1 = new Telerik.WinControls.UI.RadCommandBar();
129 130
            this.commandBarRowSearch = new Telerik.WinControls.UI.CommandBarRowElement();
130 131
            this.commandBarSearch = new Telerik.WinControls.UI.CommandBarStripElement();
132
            this.btnShowAllDetail = new Telerik.WinControls.UI.CommandBarHostItem();
133
            this.commandBarSeparator2 = new Telerik.WinControls.UI.CommandBarSeparator();
131 134
            this.lbSearch = new Telerik.WinControls.UI.CommandBarLabel();
132 135
            this.txtFullSearch = new Telerik.WinControls.UI.CommandBarTextBox();
133 136
            this.btnSearchPrevious = new Telerik.WinControls.UI.CommandBarButton();
......
138 141
            this.btnFilters = new Telerik.WinControls.UI.CommandBarHostItem();
139 142
            this.splitPanelRight = new Telerik.WinControls.UI.SplitPanel();
140 143
            this.tableLayoutPanelRight = new System.Windows.Forms.TableLayoutPanel();
141
            this.radStatusStripMain = new Telerik.WinControls.UI.RadStatusStrip();
142
            this.radLabelElementSpace = new Telerik.WinControls.UI.RadLabelElement();
143
            this.radLabelElementUser = new Telerik.WinControls.UI.RadLabelElement();
144 144
            this.radSplitContainerContent = new Telerik.WinControls.UI.RadSplitContainer();
145 145
            this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
146 146
            this.splitPanel2 = new Telerik.WinControls.UI.SplitPanel();
147 147
            this.radSplitContainerViewer = new Telerik.WinControls.UI.RadSplitContainer();
148 148
            this.splitPanel3 = new Telerik.WinControls.UI.SplitPanel();
149 149
            this.splitPanel4 = new Telerik.WinControls.UI.SplitPanel();
150
            this.radStatusStripMain = new Telerik.WinControls.UI.RadStatusStrip();
151
            this.radLabelElementSpace = new Telerik.WinControls.UI.RadLabelElement();
152
            this.radLabelElementUser = new Telerik.WinControls.UI.RadLabelElement();
150 153
            ((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit();
151 154
            ((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit();
152 155
            this.radRibbonBarBackstageViewID2Manager.SuspendLayout();
......
188 191
            this.tableLayoutPanel2.SuspendLayout();
189 192
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments)).BeginInit();
190 193
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments.MasterTemplate)).BeginInit();
194
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplateTest)).BeginInit();
191 195
            ((System.ComponentModel.ISupportInitialize)(this.radCommandBar1)).BeginInit();
192 196
            ((System.ComponentModel.ISupportInitialize)(this.splitPanelRight)).BeginInit();
193 197
            this.splitPanelRight.SuspendLayout();
194 198
            this.tableLayoutPanelRight.SuspendLayout();
195
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStripMain)).BeginInit();
196 199
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerContent)).BeginInit();
197 200
            this.radSplitContainerContent.SuspendLayout();
198 201
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
......
202 205
            this.radSplitContainerViewer.SuspendLayout();
203 206
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).BeginInit();
204 207
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).BeginInit();
208
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStripMain)).BeginInit();
205 209
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
206 210
            this.SuspendLayout();
207 211
            // 
......
382 386
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
383 387
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F));
384 388
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
385
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
389
            this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 81F));
386 390
            this.tableLayoutPanelCondition.Controls.Add(this.radLabel9, 1, 3);
387 391
            this.tableLayoutPanelCondition.Controls.Add(this.radLabelAVEVAStatus, 3, 2);
388 392
            this.tableLayoutPanelCondition.Controls.Add(this.radLabelIsID2Work, 1, 1);
......
431 435
            // 
432 436
            this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
433 437
            this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
434
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(252, 62);
438
            this.radLabelAVEVAStatus.Location = new System.Drawing.Point(251, 62);
435 439
            this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus";
436 440
            this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17);
437 441
            this.radLabelAVEVAStatus.TabIndex = 8;
......
451 455
            // 
452 456
            this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left;
453 457
            this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
454
            this.radLabelJobLevel.Location = new System.Drawing.Point(449, 6);
458
            this.radLabelJobLevel.Location = new System.Drawing.Point(447, 6);
455 459
            this.radLabelJobLevel.Name = "radLabelJobLevel";
456 460
            this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17);
457 461
            this.radLabelJobLevel.TabIndex = 7;
......
502 506
            this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
503 507
            this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Hand;
504 508
            this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
505
            this.radButtonSearch.Location = new System.Drawing.Point(853, 4);
509
            this.radButtonSearch.Location = new System.Drawing.Point(851, 4);
506 510
            this.radButtonSearch.Name = "radButtonSearch";
507 511
            this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 4);
508 512
            this.radButtonSearch.Size = new System.Drawing.Size(54, 106);
......
516 520
            this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
517 521
            this.radDropDownListProject.Location = new System.Drawing.Point(141, 4);
518 522
            this.radDropDownListProject.Name = "radDropDownListProject";
519
            this.radDropDownListProject.Size = new System.Drawing.Size(104, 20);
523
            this.radDropDownListProject.Size = new System.Drawing.Size(103, 20);
520 524
            this.radDropDownListProject.TabIndex = 7;
521 525
            // 
522 526
            // radLabelDocumentNo
523 527
            // 
524 528
            this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
525 529
            this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
526
            this.radLabelDocumentNo.Location = new System.Drawing.Point(646, 6);
530
            this.radLabelDocumentNo.Location = new System.Drawing.Point(643, 6);
527 531
            this.radLabelDocumentNo.Name = "radLabelDocumentNo";
528 532
            this.radLabelDocumentNo.Size = new System.Drawing.Size(61, 17);
529 533
            this.radLabelDocumentNo.TabIndex = 6;
......
532 536
            // radTextBoxDocumentNo
533 537
            // 
534 538
            this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
535
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(732, 4);
539
            this.radTextBoxDocumentNo.Location = new System.Drawing.Point(729, 4);
536 540
            this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo";
537
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(104, 20);
541
            this.radTextBoxDocumentNo.Size = new System.Drawing.Size(103, 20);
538 542
            this.radTextBoxDocumentNo.TabIndex = 8;
539 543
            // 
540 544
            // radLabelPersonInCharge
541 545
            // 
542 546
            this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left;
543 547
            this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
544
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(252, 6);
548
            this.radLabelPersonInCharge.Location = new System.Drawing.Point(251, 6);
545 549
            this.radLabelPersonInCharge.Name = "radLabelPersonInCharge";
546 550
            this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17);
547 551
            this.radLabelPersonInCharge.TabIndex = 6;
......
552 556
            this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
553 557
            this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true;
554 558
            this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
555
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(338, 4);
559
            this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(337, 4);
556 560
            this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge";
557
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(104, 20);
561
            this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(103, 20);
558 562
            this.radDropDownListPersonInCharge.TabIndex = 9;
559 563
            // 
560 564
            // radLabel1
......
572 576
            this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
573 577
            this.radDropDownListJobLevel.DropDownAnimationEnabled = true;
574 578
            this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
575
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(535, 4);
579
            this.radDropDownListJobLevel.Location = new System.Drawing.Point(533, 4);
576 580
            this.radDropDownListJobLevel.Name = "radDropDownListJobLevel";
577
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(104, 20);
581
            this.radDropDownListJobLevel.Size = new System.Drawing.Size(103, 20);
578 582
            this.radDropDownListJobLevel.TabIndex = 11;
579 583
            // 
580 584
            // radLabelID2Status
......
591 595
            // 
592 596
            this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left;
593 597
            this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
594
            this.radLabel10.Location = new System.Drawing.Point(252, 90);
598
            this.radLabel10.Location = new System.Drawing.Point(251, 90);
595 599
            this.radLabel10.Name = "radLabel10";
596 600
            this.radLabel10.Size = new System.Drawing.Size(61, 17);
597 601
            this.radLabel10.TabIndex = 9;
......
604 608
            this.radDropDownListIsID2Work.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
605 609
            this.radDropDownListIsID2Work.Location = new System.Drawing.Point(141, 32);
606 610
            this.radDropDownListIsID2Work.Name = "radDropDownListIsID2Work";
607
            this.radDropDownListIsID2Work.Size = new System.Drawing.Size(104, 20);
611
            this.radDropDownListIsID2Work.Size = new System.Drawing.Size(103, 20);
608 612
            this.radDropDownListIsID2Work.TabIndex = 12;
609 613
            // 
610 614
            // radDropDownListID2Status
......
614 618
            this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
615 619
            this.radDropDownListID2Status.Location = new System.Drawing.Point(141, 60);
616 620
            this.radDropDownListID2Status.Name = "radDropDownListID2Status";
617
            this.radDropDownListID2Status.Size = new System.Drawing.Size(104, 20);
621
            this.radDropDownListID2Status.Size = new System.Drawing.Size(103, 20);
618 622
            this.radDropDownListID2Status.TabIndex = 13;
619 623
            // 
620 624
            // radDropDownListAVEVAStatus
......
622 626
            this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
623 627
            this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true;
624 628
            this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
625
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(338, 60);
629
            this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(337, 60);
626 630
            this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus";
627
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(104, 20);
631
            this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(103, 20);
628 632
            this.radDropDownListAVEVAStatus.TabIndex = 14;
629 633
            // 
630 634
            // radDropDownListProdIsResult
......
634 638
            this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
635 639
            this.radDropDownListProdIsResult.Location = new System.Drawing.Point(141, 89);
636 640
            this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult";
637
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(104, 20);
641
            this.radDropDownListProdIsResult.Size = new System.Drawing.Size(103, 20);
638 642
            this.radDropDownListProdIsResult.TabIndex = 15;
639 643
            // 
640 644
            // radDropDownListClientIsResult
......
642 646
            this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
643 647
            this.radDropDownListClientIsResult.DropDownAnimationEnabled = true;
644 648
            this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
645
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(338, 89);
649
            this.radDropDownListClientIsResult.Location = new System.Drawing.Point(337, 89);
646 650
            this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult";
647
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(104, 20);
651
            this.radDropDownListClientIsResult.Size = new System.Drawing.Size(103, 20);
648 652
            this.radDropDownListClientIsResult.TabIndex = 16;
649 653
            // 
650 654
            // tableLayoutPanelGroup
......
1082 1086
            this.radGridViewDocuments.Size = new System.Drawing.Size(919, 308);
1083 1087
            this.radGridViewDocuments.TabIndex = 0;
1084 1088
            // 
1089
            // gridViewTemplateTest
1090
            // 
1091
            this.gridViewTemplateTest.EnableAlternatingRowColor = true;
1092
            this.gridViewTemplateTest.ViewDefinition = tableViewDefinition1;
1093
            // 
1085 1094
            // radCommandBar1
1086 1095
            // 
1087 1096
            this.radCommandBar1.Dock = System.Windows.Forms.DockStyle.Top;
......
1136 1145
            ((Telerik.WinControls.UI.RadCommandBarGrip)(this.commandBarSearch.GetChildAt(0))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
1137 1146
            ((Telerik.WinControls.UI.RadCommandBarOverflowButton)(this.commandBarSearch.GetChildAt(2))).Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
1138 1147
            // 
1148
            // btnShowAllDetail
1149
            // 
1150
            this.btnShowAllDetail.Name = "btnShowAllDetail";
1151
            // 
1152
            // commandBarSeparator2
1153
            // 
1154
            this.commandBarSeparator2.Name = "commandBarSeparator2";
1155
            this.commandBarSeparator2.VisibleInOverflowMenu = false;
1156
            // 
1139 1157
            // lbSearch
1140 1158
            // 
1141 1159
            this.lbSearch.AccessibleDescription = "lbSearch";
......
1168 1186
            this.btnSearchPrevious.Image = null;
1169 1187
            this.btnSearchPrevious.MinSize = new System.Drawing.Size(28, 0);
1170 1188
            this.btnSearchPrevious.Name = "btnSearchPrevious";
1171
            this.btnSearchPrevious.Text = "";
1189
            this.btnSearchPrevious.Text = "";
1172 1190
            this.btnSearchPrevious.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
1173 1191
            this.btnSearchPrevious.TextWrap = false;
1174 1192
            this.btnSearchPrevious.Click += new System.EventHandler(this.btnSearchPrevious_Click);
......
1182 1200
            this.btnSearchNext.DrawText = true;
1183 1201
            this.btnSearchNext.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchNext.Image")));
1184 1202
            this.btnSearchNext.Name = "btnSearchNext";
1185
            this.btnSearchNext.Text = "";
1203
            this.btnSearchNext.Text = "";
1186 1204
            this.btnSearchNext.Click += new System.EventHandler(this.btnSearchNext_Click);
1187 1205
            // 
1188 1206
            // commandBarSeparator1
......
1249 1267
            this.tableLayoutPanelRight.Size = new System.Drawing.Size(214, 552);
1250 1268
            this.tableLayoutPanelRight.TabIndex = 0;
1251 1269
            // 
1252
            // radStatusStripMain
1253
            // 
1254
            this.radStatusStripMain.Items.AddRange(new Telerik.WinControls.RadItem[] {
1255
            this.radLabelElementSpace,
1256
            this.radLabelElementUser});
1257
            this.radStatusStripMain.Location = new System.Drawing.Point(0, 688);
1258
            this.radStatusStripMain.Name = "radStatusStripMain";
1259
            this.radStatusStripMain.Size = new System.Drawing.Size(1185, 26);
1260
            this.radStatusStripMain.TabIndex = 2;
1261
            // 
1262
            // radLabelElementSpace
1263
            // 
1264
            this.radLabelElementSpace.AccessibleDescription = "Space";
1265
            this.radLabelElementSpace.AccessibleName = "Space";
1266
            this.radLabelElementSpace.Name = "radLabelElementSpace";
1267
            this.radStatusStripMain.SetSpring(this.radLabelElementSpace, false);
1268
            this.radLabelElementSpace.Text = "";
1269
            this.radLabelElementSpace.TextWrap = true;
1270
            // 
1271
            // radLabelElementUser
1272
            // 
1273
            this.radLabelElementUser.Alignment = System.Drawing.ContentAlignment.TopLeft;
1274
            this.radLabelElementUser.Name = "radLabelElementUser";
1275
            this.radStatusStripMain.SetSpring(this.radLabelElementUser, false);
1276
            this.radLabelElementUser.Text = "User Info";
1277
            this.radLabelElementUser.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
1278
            this.radLabelElementUser.TextWrap = true;
1279
            // 
1280 1270
            // radSplitContainerContent
1281 1271
            // 
1282 1272
            this.radSplitContainerContent.Controls.Add(this.splitPanel1);
......
1309 1299
            // splitPanel2
1310 1300
            // 
1311 1301
            this.splitPanel2.Controls.Add(this.radSplitContainerViewer);
1312
            this.splitPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
1313 1302
            this.splitPanel2.Location = new System.Drawing.Point(0, 278);
1314 1303
            this.splitPanel2.Name = "splitPanel2";
1315 1304
            // 
......
1362 1351
            this.splitPanel4.TabStop = false;
1363 1352
            this.splitPanel4.Text = "splitPanel4";
1364 1353
            // 
1354
            // radStatusStripMain
1355
            // 
1356
            this.radStatusStripMain.Items.AddRange(new Telerik.WinControls.RadItem[] {
1357
            this.radLabelElementSpace,
1358
            this.radLabelElementUser});
1359
            this.radStatusStripMain.Location = new System.Drawing.Point(0, 688);
1360
            this.radStatusStripMain.Name = "radStatusStripMain";
1361
            this.radStatusStripMain.Size = new System.Drawing.Size(1185, 26);
1362
            this.radStatusStripMain.TabIndex = 2;
1363
            // 
1364
            // radLabelElementSpace
1365
            // 
1366
            this.radLabelElementSpace.AccessibleDescription = "Space";
1367
            this.radLabelElementSpace.AccessibleName = "Space";
1368
            this.radLabelElementSpace.Name = "radLabelElementSpace";
1369
            this.radStatusStripMain.SetSpring(this.radLabelElementSpace, false);
1370
            this.radLabelElementSpace.Text = "";
1371
            this.radLabelElementSpace.TextWrap = true;
1372
            // 
1373
            // radLabelElementUser
1374
            // 
1375
            this.radLabelElementUser.Alignment = System.Drawing.ContentAlignment.TopLeft;
1376
            this.radLabelElementUser.Name = "radLabelElementUser";
1377
            this.radStatusStripMain.SetSpring(this.radLabelElementUser, false);
1378
            this.radLabelElementUser.Text = "User Info";
1379
            this.radLabelElementUser.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
1380
            this.radLabelElementUser.TextWrap = true;
1381
            // 
1365 1382
            // Main
1366 1383
            // 
1367 1384
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
......
1421 1438
            this.tableLayoutPanel2.PerformLayout();
1422 1439
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments.MasterTemplate)).EndInit();
1423 1440
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewDocuments)).EndInit();
1441
            ((System.ComponentModel.ISupportInitialize)(this.gridViewTemplateTest)).EndInit();
1424 1442
            ((System.ComponentModel.ISupportInitialize)(this.radCommandBar1)).EndInit();
1425 1443
            ((System.ComponentModel.ISupportInitialize)(this.splitPanelRight)).EndInit();
1426 1444
            this.splitPanelRight.ResumeLayout(false);
1427 1445
            this.tableLayoutPanelRight.ResumeLayout(false);
1428
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStripMain)).EndInit();
1429 1446
            ((System.ComponentModel.ISupportInitialize)(this.radSplitContainerContent)).EndInit();
1430 1447
            this.radSplitContainerContent.ResumeLayout(false);
1431 1448
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
......
1435 1452
            this.radSplitContainerViewer.ResumeLayout(false);
1436 1453
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel3)).EndInit();
1437 1454
            ((System.ComponentModel.ISupportInitialize)(this.splitPanel4)).EndInit();
1455
            ((System.ComponentModel.ISupportInitialize)(this.radStatusStripMain)).EndInit();
1438 1456
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
1439 1457
            this.ResumeLayout(false);
1440 1458
            this.PerformLayout();
......
1512 1530
        private Telerik.WinControls.UI.RadSplitContainer radSplitContainerViewer;
1513 1531
        private Telerik.WinControls.UI.SplitPanel splitPanel3;
1514 1532
        private Telerik.WinControls.UI.SplitPanel splitPanel4;
1533
        private Telerik.WinControls.UI.CommandBarSeparator commandBarSeparator1;
1534
        private Telerik.WinControls.UI.GridViewTemplate gridViewTemplateTest;
1535
        private Telerik.WinControls.UI.CommandBarSeparator commandBarSeparator2;
1536
        private Telerik.WinControls.UI.CommandBarHostItem btnShowAllDetail;
1515 1537
    }
1516 1538
}

내보내기 Unified diff

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