TextPropertyPanel.src (da72173f) TextPropertyPanel.src (d4aefcae)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 374 unchanged lines hidden (view full) ---

383};
384
385Control RID_POPUPPANEL_TEXTPAGE_UNDERLINE
386{
387 OutputSize = TRUE;
388 DialogControl = TRUE;
389 Border = FALSE;
390
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 374 unchanged lines hidden (view full) ---

383};
384
385Control RID_POPUPPANEL_TEXTPAGE_UNDERLINE
386{
387 OutputSize = TRUE;
388 DialogControl = TRUE;
389 Border = FALSE;
390
391 Size = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH , 13 + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + POPUPPANEL_MARGIN_LARGE);
391 Size = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH + VS_UNDERLINE_WIDTH, 13+ VS_UNDERLINE_HEIGHT + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + POPUPPANEL_MARGIN_LARGE);
392 Control VS_UNDERLINE
393 {
394// HelpID = HID_UNDERLINE_VS ;
395 HelpID = HID_PPROPERTYPANEL_TEXT_UNDERLINE_VS;
396 Hide = TRUE ;
397 Pos = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL + OFFSET_Y );
392 Control VS_UNDERLINE
393 {
394// HelpID = HID_UNDERLINE_VS ;
395 HelpID = HID_PPROPERTYPANEL_TEXT_UNDERLINE_VS;
396 Hide = TRUE ;
397 Pos = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL + OFFSET_Y );
398 Size = MAP_APPFONT ( 97 , 12 * 10);
398 Size = MAP_APPFONT ( VS_UNDERLINE_WIDTH ,VS_UNDERLINE_HEIGHT);
399 TabStop = TRUE ;
400 Text = "Underline";
401 };
402
403 PushButton PB_OPTIONS
404 {
405 HelpID = HID_UNDERLINE_BTN;
399 TabStop = TRUE ;
400 Text = "Underline";
401 };
402
403 PushButton PB_OPTIONS
404 {
405 HelpID = HID_UNDERLINE_BTN;
406 Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE , POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y );
407 Size = MAP_APPFONT ( POPUPPANEL_MARGIN_HORIZONTAL * 2 , 13 );
406 Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y + VS_UNDERLINE_HEIGHT );
407 Size = MAP_APPFONT ( VS_UNDERLINE_WIDTH, 13 );
408 TabStop = TRUE;
409 Text [ en-US ] = "~More Options...";
410 };
411
412
413 Image IMG_SINGLE
414 {
415 ImageBitmap = Bitmap{File = "symphony/line1.bmp";};

--- 386 unchanged lines hidden ---
408 TabStop = TRUE;
409 Text [ en-US ] = "~More Options...";
410 };
411
412
413 Image IMG_SINGLE
414 {
415 ImageBitmap = Bitmap{File = "symphony/line1.bmp";};

--- 386 unchanged lines hidden ---