Kaydet (Commit) f1cb0a4a authored tarafından Stefan Knorr (astron)'s avatar Stefan Knorr (astron)

Make named ranges dialog more consistent, localizable

üst 439e5279
...@@ -95,15 +95,15 @@ ModelessDialog RID_SCDLG_NAMES ...@@ -95,15 +95,15 @@ ModelessDialog RID_SCDLG_NAMES
Edit ED_NAME2 Edit ED_NAME2
{ {
Border = TRUE ; Border = TRUE ;
Pos = MAP_APPFONT ( 50 , 140 ) ; Pos = MAP_APPFONT ( 60 , 140 ) ;
Size = MAP_APPFONT ( 168 , 12 ) ; Size = MAP_APPFONT ( 155 , 12 ) ;
TabStop = TRUE ; TabStop = TRUE ;
}; };
ListBox LB_SCOPE ListBox LB_SCOPE
{ {
Border = TRUE ; Border = TRUE ;
Pos = MAP_APPFONT ( 50 , 170 ) ; Pos = MAP_APPFONT ( 60 , 170 ) ;
Size = MAP_APPFONT ( 168 , 80 ) ; Size = MAP_APPFONT ( 155 , 80 ) ;
TabStop = TRUE ; TabStop = TRUE ;
DropDown = TRUE ; DropDown = TRUE ;
}; };
...@@ -112,8 +112,8 @@ ModelessDialog RID_SCDLG_NAMES ...@@ -112,8 +112,8 @@ ModelessDialog RID_SCDLG_NAMES
{ {
HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN"; HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
Border = TRUE ; Border = TRUE ;
Pos = MAP_APPFONT ( 50 , 155 ) ; Pos = MAP_APPFONT ( 60 , 155 ) ;
Size = MAP_APPFONT ( 152 , 12 ) ; Size = MAP_APPFONT ( 142 , 12 ) ;
TabStop = TRUE ; TabStop = TRUE ;
}; };
ImageButton RB_ASSIGN ImageButton RB_ASSIGN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment