home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd2.bin / program / reader / Data1.cab / ExpressViews.apl / EXGL / 1000
Text File  |  2003-07-17  |  1KB  |  55 lines

  1. gOKString                    = '$$$/ControlsStrings/OK=OK';
  2. gCancelString                = '$$$/ControlsStrings/Cancel=Cancel';
  3. gNoID                        = '    ';
  4. ok_cancel                    = 0;
  5.  
  6. gGap                        = 5;
  7. gSpace                        = 10;
  8. gCheckRadioSpace            = 5;
  9. gLargeSpace                    = 0;
  10.  
  11. gStaticTextHeight            = 13;
  12. gStaticTextPad                = 0;
  13. gEditTextHeight                = 21;
  14. gEditTextPad                = 0;
  15. gButtonHeight                = 23;
  16. gButtonWidth                = 75;
  17. gButtonSpace                = 20;
  18. gRadioCheckBoxHeight        = 16;
  19. gCheckBoxWidth                = 13;
  20. gCheckBoxTopAlign            = 0;
  21. gCheckBoxBottomAlign        = 0;
  22. gRadioCheckBoxWidthPad        = 11;
  23. gIconHeight                    = 32;
  24. gIconWidth                    = 32;
  25. gProgressBarHeight            = 12;
  26. gChasingArrowsSize            = 16;
  27.  
  28. gUITSliderSize                = 20;
  29. gSliderSize                    = 10;
  30.  
  31. gSpinnerWidth                = 15;
  32. gPopupHeight                = 21;
  33. gPopupPad                    = 10;
  34. gPopupEditPad                = 21;
  35.  
  36. gClusterLabelMargin            = 20;
  37. gMarginHeight                = 15;
  38. gMarginWidth                = 15;
  39. gClusterMarginWidthAdjust    = 0;
  40. gClusterMarginHeightAdjust    = -5;
  41.  
  42. gClusterLabelOffset            = 16;
  43. gPopupFudge                    = 4;
  44. gPopuClusterLabelOffset     = gClusterLabelOffset - gPopupFudge;
  45.  
  46. gPrefsPanelWidth            = 550;
  47. gPrefsPanelHeight            = 450;
  48.  
  49. gDocPropertiesPanelWidth    = 475;
  50. gDocPropertiesPanelHeight    = 450;
  51.  
  52. gAdPrintPanelWidth            = 550;
  53. gAdPrintPanelHeight            = 490;
  54.  
  55.